🎨
This commit is contained in:
parent
0bbeb40c0a
commit
2762e29f7f
1 changed files with 1 additions and 2 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue