From 19c26c350efb1b008ee9806fbf73d64cfba864f5 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 11 Oct 2016 16:14:33 -0400 Subject: removed my math.ceil hack, added PR hack Former-commit-id: f142c72ea69ca11eae8d3a37ec933754e833eabe --- www/external/ion-pullup.js | 4 ++-- 1 file 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() { -- cgit v1.2.3