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

このコミットが含まれているのは:
Henry Jameson 2022-08-23 01:49:22 +03:00
コミット 1a24f8b4c1
1個のファイルの変更2行の追加2行の削除

ファイルの表示

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