aboutsummaryrefslogtreecommitdiff
path: root/src/components/global_notice_list
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2023-11-27 13:26:01 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2023-11-27 13:26:01 +0000
commitd21e3d5de28afc1725e256370326f5c119d7a736 (patch)
treef7f2045d510646bd6da64217f5de9b802002f0a3 /src/components/global_notice_list
parent18c0cf1845a95db2d0e894d2455cdd4dc545aaf7 (diff)
parentb707a14b10717e037e564b5f0eab3e0a7ceb0b37 (diff)
Merge branch 'admin-dashboard-fixes' into 'develop'
Fixes and minor improvements for admin dashboard See merge request pleroma/pleroma-fe!1863
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;