I need sticky header tab from start spot until end of the tab section. like this site
Currently, by using eventListener on the scroll, I made it possible for the header to become sticky, but I have several problems:
- The scroll remains sticky after the tab section is finished
- When I scroll the page again the tab stickiness to the top is not removed
Where is the problem in my code?
this is my code in Sandbox
2
Answers
You can show loading, until all the pages are loaded
Just put the header inside the section you want it to be sticky and add
position:sticky; top:0;
to the header.