diff options
Diffstat (limited to 'docs/_layouts/default.html')
| -rw-r--r-- | docs/_layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 35fc68535..f502ea632 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -4,7 +4,7 @@ <!-- Meta, title, CSS, favicons, etc. --> {% include header.html %} </head> - <body class="bs-docs"> + <body class="bs-docs" data-spy="scroll" data-target=".bs-docs-sidenav"> <a class="sr-only sr-only-focusable" href="#content">Skip to main content</a> {% include docs-nav.html %} |
