diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/templates/events.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index 09efb7b4..a564f955 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -29,9 +29,9 @@ - <ion-content style="top:0 !important;" header-shrink ng-cloak on-tap="tapped();" delegate-handle="mainScroll" overflow-scroll="false" mouse-wheel-scroll> - - + <ion-content clas="has-header" style="top:0 !important;" header-shrink ng-cloak on-tap="tapped();" delegate-handle="mainScroll" overflow-scroll="false" mouse-wheel-scroll> + <!-- needed for header-shrink so first item doesn't go below header--> + <div style="height: 50px;"></div> <!-- lets make sure the events list is not empty as collection repeat needs height --> <div ng-if="!eventsBeingLoaded"> |
