From ec0be8d91fc8c325be183673fa58c1b8e1d3f1dd Mon Sep 17 00:00:00 2001 From: Tressley Cahill Date: Wed, 25 May 2022 11:09:43 -0400 Subject: [PATCH] Adjust z-index for notifications Fixes #14015 --- website/client/src/components/snackbars/notifications.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);