reenable scroll bounce for wallet details

This commit is contained in:
Marty Alcala 2016-11-04 16:58:13 -04:00
commit d7932dc31c
4 changed files with 18 additions and 3 deletions

View file

@ -14,7 +14,7 @@
position: relative;
overflow: visible;
&:before {
.amount-bg {
content: '';
top: -1000px;
left: 0;

View file

@ -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;