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 {
|
||||
content: '';
|
||||
top: -1000px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
height: 2000px;
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
transform: translateY(100px);
|
||||
}
|
||||
}
|
||||
.amount {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue