better way to prevent white flicker during wallet detail scroll

This commit is contained in:
Marty Alcala 2016-11-10 11:33:50 -05:00
commit 421cc349a0

View file

@ -120,11 +120,12 @@
.amount-bg {
content: '';
top: -1000px;
bottom: 0;
left: 0;
position: absolute;
height: 2000px;
width: 100%;
height: 100px;
transform: translateY(100px);
}
}
.amount {