Fix loading spinner z-index

This commit is contained in:
natsoni
2024-07-26 00:00:14 +02:00
parent 008cc385da
commit 3c7deafffd
29 changed files with 32 additions and 32 deletions

View File

@@ -49,7 +49,7 @@
position: relative;
background: var(--nav-bg);
box-shadow: 0 -5px 15px #000;
z-index: 100;
z-index: 99;
align-items: center;
justify-content: space-between;