fix modals not having proper z index

This commit is contained in:
Henry Jameson 2022-08-23 01:46:59 +03:00
parent 0f51b00540
commit ef4ea49653
1 changed files with 5 additions and 0 deletions

View File

@ -141,6 +141,11 @@ nav {
grid-area: sidebar;
}
#modal {
position: absolute;
z-index: var(--ZI_modals);
}
.column.-scrollable {
top: var(--navbar-height);
position: sticky;