mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 01:41:01 +01:00
[ui] fix loading indicator zindex
This commit is contained in:
parent
76cfa3ca47
commit
59ac27b104
@ -1,7 +1,7 @@
|
||||
.sticky-loading {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
z-index: 99;
|
||||
z-index: 1000;
|
||||
font-size: 14px;
|
||||
@media (width >= 992px) {
|
||||
left: 32px;
|
||||
|
Loading…
Reference in New Issue
Block a user