Update z-index
This commit is contained in:
committed by
Kevin McConnell
parent
9b3b2f5d29
commit
da5708b45c
@@ -72,12 +72,12 @@
|
||||
/* Z-index */
|
||||
--z-events-column-header: 1;
|
||||
--z-events-day-header: 3;
|
||||
--z-flash: 12;
|
||||
--z-popup: 10;
|
||||
--z-terminal: 20;
|
||||
--z-bar: 20;
|
||||
--z-tray: 21;
|
||||
--z-nav: 30;
|
||||
--z-tooltip: 40;
|
||||
--z-flash: 40;
|
||||
--z-tooltip: 50;
|
||||
|
||||
/* OKLCH colors: Fixed */
|
||||
--lch-black: 0% 0 0;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
place-content: center;
|
||||
position: fixed;
|
||||
view-transition-name: bar;
|
||||
z-index: var(--z-terminal);
|
||||
z-index: var(--z-bar);
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
border-block: 1px solid var(--color-ink-lighter);
|
||||
|
||||
Reference in New Issue
Block a user