assets/stylesheets/bookingsync/_layout.scss in bootstrap-bookingsync-sass-1.0.0.beta8 vs assets/stylesheets/bookingsync/_layout.scss in bootstrap-bookingsync-sass-1.0.0.beta9
- old
+ new
@@ -53,9 +53,10 @@
}
.main-content {
overflow: auto;
padding-top: $navbar-height + 1; // for the navbar-fixed-top border
+ min-height: 100vh;
& > .row {
padding-top: $sheet-margin;
}
}