diff --git a/_layouts/default.html b/_layouts/default.html index c549a35..9a2a984 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -299,7 +299,7 @@ tocElement.style.top = headerHeight - scrollTop + 'px'; // Adjust based on scroll position } - if (window.innerWidth > scrollLeft){ + if (window.innerWidth > 1600){ tocElement.style.display = 'block'; // Show the navigation bar } else { tocElement.style.display = 'none'; // Hide the navigation bar