diff --git a/website/client/src/components/snackbars/notifications.vue b/website/client/src/components/snackbars/notifications.vue index eeab99bacf..089bdeb8ae 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: 999; + z-index: 9999; // Our z-indexes are fairly scattered. Using this for now to keep it above modal overlays. top: var(--current-scrollY);