a few markdown changes

This commit is contained in:
lvuch
2018-04-30 12:10:46 -07:00
parent 608e05217f
commit 5aa2746ad4
4 changed files with 32 additions and 41 deletions
+2 -1
View File
@@ -214,6 +214,7 @@ const bootstrapNav = function () {
}
const bootstrapScrollSpy = function () {
$(window).resize(scrollHandler)
$(window).scroll(scrollHandler)
@@ -226,7 +227,7 @@ const bootstrapScrollSpy = function () {
let distance = (elementOffset - scrollTop);
let $mainContentHeaders = $('.main-content').find(':header:visible');
let opts = {
height: $el.outerHeight(),
height: "100vh",
width: $el.outerWidth(),
left: $el.offset().left,
};