Felix
Results
1
comments of
Felix
> I was able to fix this by including this function: > > ```js > jumpTo = (obj) => { > scrollTo({ > top: document.querySelector(obj).offsetTop, > left: 0, > behavior:...