reenable scroll bounce for wallet details
This commit is contained in:
parent
27f44220a1
commit
d7932dc31c
4 changed files with 18 additions and 3 deletions
|
|
@ -14,7 +14,7 @@
|
|||
position: relative;
|
||||
overflow: visible;
|
||||
|
||||
&:before {
|
||||
.amount-bg {
|
||||
content: '';
|
||||
top: -1000px;
|
||||
left: 0;
|
||||
|
|
|
|||
|
|
@ -94,6 +94,19 @@
|
|||
.nav-bar-block, .bar {
|
||||
background-color: inherit !important;
|
||||
}
|
||||
.amount-wrapper {
|
||||
position: relative;
|
||||
overflow: visible;
|
||||
|
||||
.amount-bg {
|
||||
content: '';
|
||||
top: -1000px;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
height: 1000px;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.amount {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue