Reactjs – Sticky headers, with react-tabs
In a web app (NextJS/React) I am using react-tabs to handle tabs. I wonder how to keep the tab headers sticky. That is preventing them from scrolling up and disapearing when I scroll up the contents of the page. After…