Merge pull request #237 from taigaio/bug/1857/performance-issue
fix 1857 - performance issue repainting continuoslystable
commit
ec80ccc8a9
|
@ -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