mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-02 11:13:20 +00:00
a few markdown changes
This commit is contained in:
+2
-1
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user