Skip to content

Commit f9ff732

Browse files
authored
Merge pull request #1291 from makeabilitylab/1288-remove-dead-scrollspy
Remove dead Bootstrap scrollspy from <body> (#1288)
2 parents 1bc0142 + 1786622 commit f9ff732

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/templates/website/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
{% endif %}
131131
</head>
132132

133-
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
133+
<body id="page-top">
134134

135135
<!-- Skip link for keyboard users (WCAG 2.4.1: Bypass Blocks) -->
136136
<a href="#content" class="skip-link">Skip to main content</a>

0 commit comments

Comments
 (0)