fix 1857 - performance issue repainting continuosly

stable
Juanfran 2015-01-12 13:37:56 +01:00
parent b62eed4b61
commit 205fdc6bed
1 changed files with 2 additions and 0 deletions

View File

@ -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;