[backport] fix 1857 - performance issue repainting continuosly
parent
397b7731e3
commit
942ec5bca0
|
@ -1,6 +1,7 @@
|
|||
.loader {
|
||||
background-color: $white;
|
||||
bottom: 0;
|
||||
display: none;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
opacity: 0;
|
||||
|
@ -22,6 +23,7 @@
|
|||
text-align: center;
|
||||
}
|
||||
&.active {
|
||||
display: block;
|
||||
background-color: rgba($white, .95);
|
||||
opacity: 1;
|
||||
z-index: 99900;
|
||||
|
|
Loading…
Reference in New Issue