better way to prevent white flicker during wallet detail scroll
This commit is contained in:
parent
844511ae7a
commit
421cc349a0
1 changed files with 3 additions and 2 deletions
|
|
@ -120,11 +120,12 @@
|
||||||
|
|
||||||
.amount-bg {
|
.amount-bg {
|
||||||
content: '';
|
content: '';
|
||||||
top: -1000px;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 2000px;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 100px;
|
||||||
|
transform: translateY(100px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.amount {
|
.amount {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue