diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-29 08:47:33 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-29 08:47:33 -0400 |
| commit | 231c8f14a84b5493eed9b221c095a72e996e0366 (patch) | |
| tree | a60e63920739e08aa243d552b33436509ecf74f6 /www/templates/login.html | |
| parent | 0d9a9353e756b7cdcabae85b4d4a4840910ed3df (diff) | |
applied scroll sista patch for native, moved it to external
Former-commit-id: 36e79c5df09980a6ad9a8751a19cea7f463a85fc
Diffstat (limited to 'www/templates/login.html')
| -rw-r--r-- | www/templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/login.html b/www/templates/login.html index 738c1c46..aa61a900 100644 --- a/www/templates/login.html +++ b/www/templates/login.html @@ -13,7 +13,7 @@ <button class="button button-clear" ng-click="saveItems()">Save</button> </ion-nav-buttons> - <ion-content scroll-sista delegate-handle="none" overflow-scroll="false" mouse-wheel-scroll > + <ion-content scroll-sista delegate-handle="none" overflow-scroll="true" mouse-wheel-scroll > <div class="item item-input-inset"> {{'kServerName' | translate }}: |
