Update default.html
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
7e18a17fb6
commit
59ab5d323e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue