Merge branch 'zindexes-fix' into 'develop'

Fix various issues related to z-indexes

See merge request pleroma/pleroma-fe!1617
This commit is contained in:
HJ 2022-08-22 22:58:57 +00:00
commit cb6b96b9ba
2 changed files with 13 additions and 8 deletions

View file

@ -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;