Adjust z-index for notifications

Fixes #14015
This commit is contained in:
Tressley Cahill
2022-05-25 11:09:43 -04:00
committed by GitHub
parent 331c64a83a
commit ec0be8d91f

View File

@@ -27,7 +27,7 @@
position: fixed;
right: 10px;
width: 350px;
z-index: 999;
z-index: 9999; // Our z-indexes are fairly scattered. Using this for now to keep it above modal overlays.
top: var(--current-scrollY);