diff --git a/javascript/index.html b/javascript/index.html index 4be25fbc9..227515b8a 100644 --- a/javascript/index.html +++ b/javascript/index.html @@ -726,6 +726,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>.