Relative Content

Tag Archive for cssreactjsreact-intersection-observer

Sticky links menu with react-intersection-observer

I’m trying to build a sticky menu with links using react-intersection-observer for mobile view.
When scrolling into the section with the links, i want the full section to get fixed so it looks like the user is only scrolling the links itself. The active link will be in bold/ another color so its visible. When last links is viewed, the section should then snap out of the fixed/ sticky position and continue onwards.