diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-06-28 10:40:28 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-06-28 10:40:28 -0400 |
| commit | a0b53e19dcf4afaaa0ffc3ec2bed0a6a27b62d70 (patch) | |
| tree | be179901602e68bfed2e882a1b5bf57fc408f4c3 /www | |
| parent | 5a34bc5a31c6b26afe89801f580c91ee2d492b79 (diff) | |
#275 - removed overflow-scroll - this was not the problem - vg-buffering was messing up
Former-commit-id: 337cd46ee0cb119e7f453cb35e8f28075873dbc6
Diffstat (limited to 'www')
| -rw-r--r-- | www/templates/events-modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index 2b5a1bd6..a178c901 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -1,7 +1,7 @@ <div ng-controller="EventModalCtrl"> <!-- style="width: 90%; height: 90%; top: 5%; left: 5%; right: 5%; bottom: 5%;"--> <ion-modal-view cache-view="false"> - <ion-content style="background-color:#444444" overflow-scroll="true" ng-cloak> + <ion-content style="background-color:#444444" ng-cloak> <ion-scroll has-bouncing=false min-zoom=1 zooming="true" direction="xy" style="width: 100%; " delegate-handle="imgscroll" on-swipe-left="onSwipeEvent(nextId,1)" on-swipe-right="onSwipeEvent(prevId,-1)" overflow-scroll="false"> <div id="full-screen-event" style="height: 100vh;"> |
