Merge pull request #5619 from mempool/nymkappa/fix-zindex-loading-indicator

[ui] fix loading indicator zindex
This commit is contained in:
wiz 2024-10-30 19:10:51 +09:00 committed by GitHub
commit c6711d8191
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;