ensure solid scroll content bg color
This commit is contained in:
parent
421cc349a0
commit
523f3e9303
2 changed files with 6 additions and 2 deletions
|
|
@ -111,6 +111,7 @@
|
||||||
//top: 40px;
|
//top: 40px;
|
||||||
.scroll {
|
.scroll {
|
||||||
background: rgb(248, 248, 249);
|
background: rgb(248, 248, 249);
|
||||||
|
min-height: 300px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.amount-wrapper {
|
.amount-wrapper {
|
||||||
|
|
@ -124,7 +125,7 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100px;
|
height: 200px;
|
||||||
transform: translateY(100px);
|
transform: translateY(100px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,10 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="amount-wrapper" ng-show="wallet && wallet.isComplete()" ng-style="{'background-color':wallet.color}">
|
<div class="amount-wrapper" ng-show="wallet && wallet.isComplete()" ng-style="{'background-color':wallet.color}">
|
||||||
<div class="amount-bg" ng-style="{'background-color':wallet.color}"></div>
|
<div
|
||||||
|
class="amount-bg"
|
||||||
|
ng-style="{'background-color':wallet.color}"
|
||||||
|
ng-show="scrollingDown || true"></div>
|
||||||
<div ng-style="{'background-color':wallet.color, 'height': amountHeight}" class="amount">
|
<div ng-style="{'background-color':wallet.color, 'height': amountHeight}" class="amount">
|
||||||
<div ng-if="!notAuthorized && !updatingStatus">
|
<div ng-if="!notAuthorized && !updatingStatus">
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue