when the fixed class is addd to the page-content , not enough padding is set to show the
interior page scrolling elements
border-top-right-radius: 0; }
.topbar-fixed {
- padding-top: 185px; }
+ padding-top: 197px; }
@media only screen and (min-width:40.063em) and (max-width:64em) {
.topbar-fixed {
window.scrollTo(0,0);
});
var header_height = $('header.main').outerHeight();
-
$("#main-content a[href^='#']").on("click", function () {
- $('html, body').animate({
+ $('html, body').animate({
scrollTop: $(this.hash).offset().top - header_height
}, 1000);
});
window.scrollTo(0,0);
});
var header_height = $('header.main').outerHeight();
-
$("#main-content a[href^='#']").on("click", function () {
- $('html, body').animate({
+ $('html, body').animate({
scrollTop: $(this.hash).offset().top - header_height
}, 1000);
});
}
}
.topbar-fixed {
- padding-top: 185px;
+ padding-top: 197px;
}
@media#{$medium-only} {