commit: c99390e864ef4367e32813432ff236b2129bbf80
parent f354cef01065ab3ff9b00e522ec6ae9b1aabcc97
Author: Henry Jameson <me@hjkos.com>
Date: Wed, 1 Nov 2023 21:48:05 +0200
make notices appear above admin dash modal
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/global_notice_list/global_notice_list.vue b/src/components/global_notice_list/global_notice_list.vue
@@ -32,7 +32,7 @@
top: calc(var(--navbar-height) + 0.5em);
width: 100%;
pointer-events: none;
- z-index: var(--ZI_navbar_popovers);
+ z-index: var(--ZI_modals_popovers);
display: flex;
flex-direction: column;
align-items: center;