logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 1a24f8b4c155edc3834ce901a167e463c609cf2f
parent ef4ea4965327d2e94cd70a56bb9572f00219a29a
Author: Henry Jameson <me@hjkos.com>
Date:   Tue, 23 Aug 2022 01:49:22 +0300

fix notices being under the navbar, also change offset to use variable

Diffstat:

Msrc/components/global_notice_list/global_notice_list.vue4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/global_notice_list/global_notice_list.vue b/src/components/global_notice_list/global_notice_list.vue @@ -29,10 +29,10 @@ .global-notice-list { position: fixed; - top: 50px; + top: calc(var(--navbar-height) + 0.5em); width: 100%; pointer-events: none; - z-index: var(--ZI_popovers); + z-index: var(--ZI_navbar_popovers); display: flex; flex-direction: column; align-items: center;