fix(header): fix iOS header visibility bug

This commit is contained in:
Adam Bradley
2017-11-27 14:52:35 -06:00
parent 9c1501e9f2
commit d5d3753c22

View File

@ -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
// -------------------------------------------------- // --------------------------------------------------