From 0a7d39c8e9e47d78fbd255c37ea32b3ea8339e09 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Tue, 19 Nov 2013 20:39:43 -0600 Subject: [PATCH] Fixed bad tab offset --- dist/css/ionic.css | 2 +- scss/_scaffolding.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/css/ionic.css b/dist/css/ionic.css index 0ac55c0094..813c5d1980 100644 --- a/dist/css/ionic.css +++ b/dist/css/ionic.css @@ -478,7 +478,7 @@ body, .ionic-body { bottom: 44px; } .has-tabs { - bottom: 84px; } + bottom: 44px; } .pane { position: fixed; diff --git a/scss/_scaffolding.scss b/scss/_scaffolding.scss index c6549c3c7b..e4b02c5e53 100644 --- a/scss/_scaffolding.scss +++ b/scss/_scaffolding.scss @@ -175,7 +175,7 @@ body, .ionic-body { // Specify that a content area will have tabs .has-tabs { - bottom: 84px; + bottom: 44px; } // A full screen section with a solid background