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:
commit
cb6b96b9ba
2 changed files with 13 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue