Skip to content

Commit 0182014

Browse files
FdezRomeromhartington
authored andcommitted
fix(cordova): don't apply safe area to footer if there are bottom tabs
1 parent 52c40da commit 0182014

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/platform/cordova.scss

+5
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,9 @@ $cordova-statusbar-padding-modal-max-width: 767px !default;
105105
min-height: calc(#{$toolbar-height} + constant(safe-area-inset-bottom));
106106
min-height: calc(#{$toolbar-height} + env(safe-area-inset-bottom));
107107
}
108+
109+
.tabs:not(.tabs-ios[tabsPlacement='top']) ion-footer .toolbar:last-child {
110+
@include padding(null, null, $toolbar-padding, null);
111+
min-height: $toolbar-height;
112+
}
108113
}

0 commit comments

Comments
 (0)