I’m trying to make a 100vh tab navigation section, that when you click a tab link it will scroll you down to the selected 100vh tab, is there any way to do this in webflow?
Tab links control the opened tab but it doesn’t scroll to the opened Tab pane.
Instead of using tabs you can do this with 3 link blocks (simulating the Tab links) and put the tab content into 3 divs using absolute positioning and z-index. You can then link to the correspondent section and control which div is visible with interactions.
One more tip for usability purposes: When the user clicks in one tab loses the ability to navigate to the other 2 tabs unless he scrolls back up. This might not be intuitive for all users. I’d add a small secondary link to each tab to facilitate navigation (maybe previous / next links).