fix(notifications): adjust z-index by @CuriousMagpie

This commit is contained in:
Kalista Payne 2024-11-21 12:22:45 -06:00
parent a47a96b70d
commit 9077e66973

View file

@ -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);