diff --git a/docs/_includes/js/scrollspy.html b/docs/_includes/js/scrollspy.html index c68ec32a46..68d3b853c3 100644 --- a/docs/_includes/js/scrollspy.html +++ b/docs/_includes/js/scrollspy.html @@ -51,6 +51,11 @@

Usage

+
+

Requires Bootstrap nav

+

Scrollspy currently requires the use of a Bootstrap nav component for proper highlighting of active links.

+
+

Requires relative positioning

No matter the implementation method, scrollspy requires the use of position: relative; on the element you're spying on. In most cases this is the <body>.