Add z-index

This commit is contained in:
Andy Smith
2025-09-22 16:02:49 -05:00
parent 427ac5c84b
commit a1758112e9
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -74,6 +74,7 @@
--z-popup: 10;
--z-terminal: 20;
--z-tray: 21;
--z-tooltip: 30;
/* OKLCH colors: Fixed */
--lch-black: 0% 0 0;
+1
View File
@@ -38,6 +38,7 @@
opacity: 1;
transition-delay: var(--tooltip-delay);
translate: -50% -100%;
z-index: var(--z-tooltip);
&.orient-left,
&.orient-right {