mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(header): fix iOS header visibility bug
This commit is contained in:
@ -47,6 +47,10 @@ $toolbar-ios-translucent-opacity: .88 !default;
|
|||||||
min-height: $toolbar-ios-height;
|
min-height: $toolbar-ios-height;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header-ios {
|
||||||
|
min-height: $toolbar-ios-height;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// iOS Toolbar Background
|
// iOS Toolbar Background
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user