Bootstrap navbar active class issue & block background color in grid

For the scroll, you’ll need to add the scrollspy at the very top of your code, before anything else:

<body data-spy="scroll" data-target=".navbar" data-offset="50">

1 Like