could anyone check the code here at
http://codepen.io/Ago/pen/VjoPgY
and tell me why isn't scrollspy working?
I initiated it on body tag like this
<body data-spy="scroll" data-target=".navbar">
and also my CSS body is on position:relative
I made sure that my links on nav have hrefs similar to the ID I want scrollspy to trigger
<a class="nav-item nav-link pull-xs-right m-l-2 font-weight-bold" href="#produktet">Produktet</a>
<h1 class="display-3 text-xs-center" id="produktet">Produktet</h1>
