attempt to fix white line caused by rendering delay
This commit is contained in:
parent
6dbc9057cd
commit
844511ae7a
1 changed files with 4 additions and 1 deletions
|
|
@ -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%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue