Merge pull request #4542 from gabrielbazan7/fix/Scrolling
removing overflow scrolling from ionic contents
This commit is contained in:
commit
8b7448c9e5
10 changed files with 10 additions and 10 deletions
|
|
@ -17,7 +17,7 @@
|
|||
</div>
|
||||
</ion-header-bar>
|
||||
|
||||
<ion-content ng-style="{'background-color': '#f6f7f9'}" overflow-scroll="true">
|
||||
<ion-content ng-style="{'background-color': '#f6f7f9'}">
|
||||
<div class="modal-content p20b">
|
||||
<div class="create-tab small-only-text-center" ng-show="!editAddressbook && !addAddressbookEntry">
|
||||
<div class="row">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue