Hello,
I want to re-create this webpage in Webflow: https://www.enzyme.com/guides/qms/
I’d like to have the side nav scroll as it does on this page. Any tips/design/design templates I can use to create this?
Thank you.
Hello,
I want to re-create this webpage in Webflow: https://www.enzyme.com/guides/qms/
I’d like to have the side nav scroll as it does on this page. Any tips/design/design templates I can use to create this?
Thank you.
You’ll need custom CSS to display: sticky the sidebar, as Webflow does not support display: sticky.
Unless you mean scrolling for the items within the sidebar itself, as it is longer than the screen height, in that case you’ll need custom CSS to overflow-y: auto, as Webflow does not support overflow property of a single axis.