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