removing overflow scrolling from ionic contents
This commit is contained in:
parent
63e0fd1774
commit
88809a3fcf
10 changed files with 10 additions and 10 deletions
|
|
@ -15,7 +15,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<ion-content ng-style="{'background-color': '#F6F7F9'}" overflow-scroll="true">
|
||||
<ion-content ng-style="{'background-color': '#F6F7F9'}">
|
||||
<div class="modal-content fix-modals-touch" ng-init="updateCopayerList()">
|
||||
<div class="payment-proposal-head" ng-style="{'background-color':color}">
|
||||
<div class="size-36">{{tx.amountStr}}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue