make notices appear above admin dash modal

This commit is contained in:
Henry Jameson 2023-11-01 21:48:05 +02:00
parent f354cef010
commit c99390e864
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
top: calc(var(--navbar-height) + 0.5em);
width: 100%;
pointer-events: none;
z-index: var(--ZI_navbar_popovers);
z-index: var(--ZI_modals_popovers);
display: flex;
flex-direction: column;
align-items: center;