add safe-area to bottom padding on mobile
This commit is contained in:
parent
67e564fd94
commit
b53538ccb8
|
@ -7,11 +7,11 @@ body {
|
|||
padding-top: $navbar-height;
|
||||
}
|
||||
@include media-breakpoint-down('md') {
|
||||
padding-bottom: $navbar-height;
|
||||
padding-bottom: calc($navbar-height + unquote('env(safe-area-inset-bottom, 0)'));
|
||||
}
|
||||
|
||||
&.not-logged-in {
|
||||
padding-top: $navbar-height;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue