diff options
| author | Henry Jameson <me@hjkos.com> | 2023-11-01 21:48:05 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2023-11-01 21:48:05 +0200 |
| commit | c99390e864ef4367e32813432ff236b2129bbf80 (patch) | |
| tree | 560cb0baee14728b5673ea7d03d196a6a5858741 | |
| parent | f354cef01065ab3ff9b00e522ec6ae9b1aabcc97 (diff) | |
make notices appear above admin dash modal
| -rw-r--r-- | src/components/global_notice_list/global_notice_list.vue | 2 |
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; |
