vendor/assets/stylesheets/components/_layout.scss in active_frontend-16.2.1 vs vendor/assets/stylesheets/components/_layout.scss in active_frontend-16.2.2
- old
+ new
@@ -74,10 +74,14 @@
.layout-body {
&.with-sticky-header {
height: initial;
padding-top: 54px;
- &.with-sticky-navbar { padding-bottom: calc(54px + env(safe-area-inset-bottom)); }
+ &.with-sticky-navbar {
+ padding-bottom: 54px;
+ padding-bottom: calc(54px + constant(safe-area-inset-bottom));
+ padding-bottom: calc(54px + env(safe-area-inset-bottom));
+ }
}
}
.layout-sidebar {
&.with-sticky-header {
height: calc(100% - 54px);