refactor: bump z-index on loading spinner

This commit is contained in:
enes 2024-12-21 17:03:03 +01:00
parent 4131eb5de1
commit 4cde0796a2

View File

@ -7,7 +7,7 @@
align-items: center;
justify-content: center;
background-color: rgba(0, 0, 0, 0.5);
z-index: 50;
z-index: 70;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}