Fixed bad tab offset

This commit is contained in:
Max Lynch
2013-11-19 20:39:43 -06:00
parent 04c4900c93
commit 0a7d39c8e9
2 changed files with 2 additions and 2 deletions

2
dist/css/ionic.css vendored
View File

@ -478,7 +478,7 @@ body, .ionic-body {
bottom: 44px; } bottom: 44px; }
.has-tabs { .has-tabs {
bottom: 84px; } bottom: 44px; }
.pane { .pane {
position: fixed; position: fixed;

View File

@ -175,7 +175,7 @@ body, .ionic-body {
// Specify that a content area will have tabs // Specify that a content area will have tabs
.has-tabs { .has-tabs {
bottom: 84px; bottom: 44px;
} }
// A full screen section with a solid background // A full screen section with a solid background