fix modals not having proper z index
This commit is contained in:
parent
0f51b00540
commit
ef4ea49653
@ -141,6 +141,11 @@ nav {
|
||||
grid-area: sidebar;
|
||||
}
|
||||
|
||||
#modal {
|
||||
position: absolute;
|
||||
z-index: var(--ZI_modals);
|
||||
}
|
||||
|
||||
.column.-scrollable {
|
||||
top: var(--navbar-height);
|
||||
position: sticky;
|
||||
|
Loading…
Reference in New Issue
Block a user