Fix ionic scroll
This commit is contained in:
parent
0b5f323d11
commit
9388ef8794
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
-->
|
||||
|
||||
<ion-content id="walletHome" class="walletHome tab-view tab-in" scroll="false">
|
||||
<div id="walletHome" class="walletHome tab-view tab-in">
|
||||
<ion-content on-release="index.allowSideBar = true; index.allowPullToRefresh = true;"
|
||||
on-drag-right="index.allowRefresher()" delegate-handle="my-handle" overflow-scroll="true">
|
||||
<ion-refresher
|
||||
|
|
@ -249,7 +249,7 @@
|
|||
|
||||
</ion-content>
|
||||
<div class="extra-margin-bottom"></div>
|
||||
</ion-content> <!-- END WalletHome -->
|
||||
</div> <!-- END WalletHome -->
|
||||
|
||||
<!--
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue