🎨
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,
|
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));
|
||||||
|
|
Loading…
Reference in a new issue