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

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;