[ui] fix loading indicator zindex

This commit is contained in:
nymkappa 2024-10-30 09:59:41 +01:00
parent 76cfa3ca47
commit 59ac27b104
No known key found for this signature in database
GPG Key ID: 92358FC85D9645DE

View File

@ -1,7 +1,7 @@
.sticky-loading {
position: absolute;
right: 10px;
z-index: 99;
z-index: 1000;
font-size: 14px;
@media (width >= 992px) {
left: 32px;