Css – classList and window.onscroll issue
I'm learning html, css and js and I'm trying to make a sticky navbar, so that when I scroll down the page, the navbar sticks at the top. At first, using this code worked: html: <div class="navBarContainer" id="navbar"> <a class="navBar"…