Skip to content

Commit 236e7f8

Browse files
committed
fix(tabs): no safe area padding for top tabs
1 parent ea71004 commit 236e7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/cordova.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ $cordova-statusbar-padding-modal-max-width: 767px !default;
9494

9595

9696
@mixin footer-safe-area($toolbar-height, $toolbar-padding) {
97-
.tabs .tabbar {
97+
.tabs:not(.tabs-ios[tabsPlacement=top]) .tabbar {
9898
@include padding(null, null, constant(safe-area-inset-bottom), null);
9999
@include padding(null, null, env(safe-area-inset-bottom), null);
100100
}

0 commit comments

Comments
 (0)