vendor/assets/stylesheets/components/_layout.scss in active_frontend-16.3.1 vs vendor/assets/stylesheets/components/_layout.scss in active_frontend-16.3.2
- old
+ new
@@ -64,17 +64,15 @@
min-height: 100%;
margin: 0;
max-width: 100%;
width: 100%;
- &.with-sticky-header {
- margin: 0;
- min-height: 100%;
- }
+ &.with-sticky-header { margin: 0; }
}
.layout-body {
&.with-sticky-header {
height: initial;
+ min-height: initial;
padding-top: 54px;
&.with-sticky-navbar {
padding-bottom: 54px;
padding-bottom: calc(54px + constant(safe-area-inset-bottom));