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

@ -5,7 +5,7 @@
max-width: 100vw;
padding: 10px;
background: var(--base50);
z-index: var(--z-index100);
z-index: var(--z-index-popup);
border-radius: 5px;
border: 1px solid var(--border-color);
margin-left: 10px;