aboutsummaryrefslogtreecommitdiff
path: root/src/components/global_notice_list
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2023-11-01 21:48:05 +0200
committerHenry Jameson <me@hjkos.com>2023-11-01 21:48:05 +0200
commitc99390e864ef4367e32813432ff236b2129bbf80 (patch)
tree560cb0baee14728b5673ea7d03d196a6a5858741 /src/components/global_notice_list
parentf354cef01065ab3ff9b00e522ec6ae9b1aabcc97 (diff)
make notices appear above admin dash modal
Diffstat (limited to 'src/components/global_notice_list')
-rw-r--r--src/components/global_notice_list/global_notice_list.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/global_notice_list/global_notice_list.vue b/src/components/global_notice_list/global_notice_list.vue
index 0e58476f..9e9ec7aa 100644
--- 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;