Skip to content

Commit

Permalink
fix(cordova): size footer correctly
Browse files Browse the repository at this point in the history
Ref #13054
  • Loading branch information
mhartington committed Oct 17, 2017
1 parent e5df062 commit 33960f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/platform/cordova.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ $cordova-statusbar-padding-modal-max-width: 767px !default;
ion-footer .toolbar:last-child {
@include padding(null, null, calc(constant(safe-area-inset-bottom) + #{$toolbar-padding}), null);
@include padding(null, null, calc(env(safe-area-inset-bottom) + #{$toolbar-padding}), null);
height: calc(#{$toolbar-height} + constant(safe-area-inset-bottom));
height: calc(#{$toolbar-height} + env(safe-area-inset-bottom));
min-height: calc(#{$toolbar-height} + constant(safe-area-inset-bottom));
min-height: calc(#{$toolbar-height} + env(safe-area-inset-bottom));
}
Expand Down

0 comments on commit 33960f1

Please sign in to comment.