From 9077e669732a0e4e672be20caee4a4d671186e4b Mon Sep 17 00:00:00 2001 From: Kalista Payne Date: Thu, 21 Nov 2024 12:22:45 -0600 Subject: [PATCH] fix(notifications): adjust z-index by @CuriousMagpie --- 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 2a90c80e23..9bec411ab2 100644 --- a/website/client/src/components/snackbars/notifications.vue +++ b/website/client/src/components/snackbars/notifications.vue @@ -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);