diff options
| -rwxr-xr-x | www/external/ion-pullup.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/external/ion-pullup.js b/www/external/ion-pullup.js index 9bd5ab56..798d25ee 100755 --- a/www/external/ion-pullup.js +++ b/www/external/ion-pullup.js @@ -43,8 +43,8 @@ angular.module('ionic-pullup', []) tabs = document.querySelector('.tabs'); hasBottomTabs = document.querySelector('.tabs-bottom'); header = document.querySelector('.bar-header'); - tabsHeight = tabs ? tabs.offsetHeight : 0; - headerHeight = header ? header.offsetHeight : 0; + tabsHeight = tabs ? tabs.offsetHeight : 80; + headerHeight = header ? header.offsetHeight : 80; } function computeHeights() { |
