Tagged: sidebar
Hey, how can I make a sticky sidebar? I want him to stay still during scrolling.
It’s my page – https://l2p-league.com/tft-new-meta-new-team-comps/
Hey buciks1,
This requires a bit of custom coding and this tutorial should help: https://www.w3schools.com/howto/howto_js_sticky_header.asp
What the script does is it sets the class attribute “sticky” when it reaches the element’s scroll position. That particular script is created for the “myHeader” element but you can apply it to any other elements.
Best regards,
Jordan Shannon