Update z-index

This commit is contained in:
Andy Smith
2025-11-17 11:05:06 -06:00
committed by Kevin McConnell
parent 9b3b2f5d29
commit da5708b45c
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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;
+1 -1
View File
@@ -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);