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

This commit is contained in:
Henry Jameson 2022-08-23 01:49:22 +03:00
parent ef4ea49653
commit 1a24f8b4c1
1 changed files with 2 additions and 2 deletions

View File

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