mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
Fixed bad tab offset
This commit is contained in:
2
dist/css/ionic.css
vendored
2
dist/css/ionic.css
vendored
@ -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;
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user