@@ -350,7 +350,8 @@
setTimeout(() => {
if($('.nav-link.active').length) {
$('.nav-link.active')[0].scrollIntoView({
- behavior: "smooth"
+ behavior: "smooth",
+ block: "nearest"
});
}
}, 1000);