How do I design a webpage with a scrolling side nav?

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.