Merge pull request #237 from taigaio/bug/1857/performance-issue
fix 1857 - performance issue repainting continuoslystable
commit
ec80ccc8a9
|
@ -1,6 +1,7 @@
|
||||||
.loader {
|
.loader {
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
display: none;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
left: 0;
|
left: 0;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
@ -22,6 +23,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
&.active {
|
&.active {
|
||||||
|
display: block;
|
||||||
background-color: rgba($white, .95);
|
background-color: rgba($white, .95);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
z-index: 99900;
|
z-index: 99900;
|
||||||
|
|
Loading…
Reference in New Issue