attempt to fix white line caused by rendering delay

This commit is contained in:
Marty Alcala 2016-11-09 15:27:39 -05:00
commit 844511ae7a

View file

@ -109,6 +109,9 @@
padding-top: 0; padding-top: 0;
top: 0; top: 0;
//top: 40px; //top: 40px;
.scroll {
background: rgb(248, 248, 249);
}
} }
.amount-wrapper { .amount-wrapper {
position: relative; position: relative;
@ -120,7 +123,7 @@
top: -1000px; top: -1000px;
left: 0; left: 0;
position: absolute; position: absolute;
height: 1000px; height: 2000px;
width: 100%; width: 100%;
} }
} }