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:48:43 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2023-11-27 13:48:43 +0000
commit83acbf953a4f50a017e3e857ecbd0b008f0b3be0 (patch)
tree127a0bb3482fce953c2e53eddb99f7014df0ae0c /src/components/global_notice_list
parentb6accf9e7f7ef5f23cbf8bac57e54cefa0db4620 (diff)
parent6c78b59c99e91c4d7b5002725863706d97a7bc29 (diff)
Merge branch 'release/2.6.x' into 'master'
merge 2.6.x to master since 2.6.1 release See merge request pleroma/pleroma-fe!1874
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;