This commit is contained in:
syuilo 2024-09-22 20:02:47 +09:00
parent 0bbeb40c0a
commit 2762e29f7f

View file

@ -63,7 +63,7 @@ const props = withDefaults(defineProps<{
}>(), { }>(), {
defaultOpen: false, defaultOpen: false,
maxHeight: null, maxHeight: null,
withFooter: false withFooter: false,
}); });
const getBgColor = (el: HTMLElement) => { const getBgColor = (el: HTMLElement) => {
@ -236,7 +236,6 @@ onMounted(() => {
bottom: var(--stickyBottom, 0px); bottom: var(--stickyBottom, 0px);
left: 0; left: 0;
padding: 9px 12px; padding: 9px 12px;
border-top: solid 0.5px var(--divider);
background: var(--acrylicBg); background: var(--acrylicBg);
-webkit-backdrop-filter: var(--blur, blur(15px)); -webkit-backdrop-filter: var(--blur, blur(15px));
backdrop-filter: var(--blur, blur(15px)); backdrop-filter: var(--blur, blur(15px));