mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 04:38:55 +00:00
fix(notifications): adjust z-index by @CuriousMagpie
This commit is contained in:
parent
a47a96b70d
commit
9077e66973
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
position: fixed;
|
||||
right: 10px;
|
||||
width: 350px;
|
||||
z-index: 9999; // to keep it above modal overlays
|
||||
z-index: 999; // to keep it above modal overlays
|
||||
|
||||
top: var(--current-scrollY);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue