Fixed pages table loading. Fixed z-indexes.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
transform: translate(-50%, -50%);
|
||||
margin: auto;
|
||||
display: flex;
|
||||
z-index: 1;
|
||||
z-index: var(--z-index-above);
|
||||
background-color: var(--base50);
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user