Loading lib/main.js +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ ); $('.back-to-top').click( function () { $('html, body').animate({scrollTop: 0}, 1500, 'easeInOutExpo'); $('html,body').animate({scrollTop: target.offset().top}, 1000); return false; } ); Loading lib/style.css +2 −1 Original line number Diff line number Diff line Loading @@ -340,7 +340,7 @@ main { top: 0; left: 0; border-bottom: 1px solid rgba(256, 256, 256, .1); z-index: 999; z-index: 500; } .sticky-top { position: fixed; Loading @@ -348,6 +348,7 @@ main { } .sticky-top.navbar-dark { position: fixed; top: 79px; background: #FFFFFF; } .sticky-top.navbar-dark .navbar-brand img{ Loading Loading
lib/main.js +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ ); $('.back-to-top').click( function () { $('html, body').animate({scrollTop: 0}, 1500, 'easeInOutExpo'); $('html,body').animate({scrollTop: target.offset().top}, 1000); return false; } ); Loading
lib/style.css +2 −1 Original line number Diff line number Diff line Loading @@ -340,7 +340,7 @@ main { top: 0; left: 0; border-bottom: 1px solid rgba(256, 256, 256, .1); z-index: 999; z-index: 500; } .sticky-top { position: fixed; Loading @@ -348,6 +348,7 @@ main { } .sticky-top.navbar-dark { position: fixed; top: 79px; background: #FFFFFF; } .sticky-top.navbar-dark .navbar-brand img{ Loading