fix: headers of containers
This commit is contained in:
parent
d6ebbf5721
commit
456952007b
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ onUnmounted(() => {
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
background: color-mix(in srgb, var(--panelHeaderBg) 35%, transparent);
|
background: color-mix(in srgb, var(--panelHeaderBg) 35%, transparent);
|
||||||
|
backdrop-filter: var(--blur, blur(15px));
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
|
Loading…
Reference in a new issue