Fixed pages table loading. Fixed z-indexes.

This commit is contained in:
Mike Cao 2023-03-31 20:03:28 -07:00
parent 91100393eb
commit 14802afe8b
15 changed files with 15 additions and 140 deletions

View file

@ -7,7 +7,7 @@
.nav {
height: 60px;
width: 100vw;
z-index: 100;
z-index: var(--z-index-overlay);
grid-column: 1;
grid-row: 1 / 2;
}