Add z-index
This commit is contained in:
@@ -74,6 +74,7 @@
|
||||
--z-popup: 10;
|
||||
--z-terminal: 20;
|
||||
--z-tray: 21;
|
||||
--z-tooltip: 30;
|
||||
|
||||
/* OKLCH colors: Fixed */
|
||||
--lch-black: 0% 0 0;
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
opacity: 1;
|
||||
transition-delay: var(--tooltip-delay);
|
||||
translate: -50% -100%;
|
||||
z-index: var(--z-tooltip);
|
||||
|
||||
&.orient-left,
|
||||
&.orient-right {
|
||||
|
||||
Reference in New Issue
Block a user