diff --git a/website/client/src/components/snackbars/notifications.vue b/website/client/src/components/snackbars/notifications.vue index 089bdeb8ae..30bd8d73e9 100644 --- a/website/client/src/components/snackbars/notifications.vue +++ b/website/client/src/components/snackbars/notifications.vue @@ -27,7 +27,7 @@ position: fixed; right: 10px; width: 350px; - z-index: 9999; // Our z-indexes are fairly scattered. Using this for now to keep it above modal overlays. + z-index: 9999; // to keep it above modal overlays top: var(--current-scrollY);