I am testing a 3 column layout, I would like the height of the first column to match the view port and not scroll, I am using this for the menu.
I would like the content in the 2 additional columns (list view and detail view) to scroll if the content exceeds the viewport.
I have tried setting the height to be 100vh but that does not work.
Here is a video of the layout and issue:
Loom | Free Screen & Video Recording Software | Loom
Any ideas on how to approach this? Thanks in advance.