ensure solid scroll content bg color

This commit is contained in:
Marty Alcala 2016-11-10 14:02:34 -05:00
commit 523f3e9303
2 changed files with 6 additions and 2 deletions

View file

@ -12,7 +12,10 @@
<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-if="!notAuthorized && !updatingStatus">