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