**Component** `Sidenav` **Describe the bug** The Sidenav component cannot be scrolled correctly when used with the Navbar. **To Reproduce** 1. Use the Sidenav and Navbar together, such that the Sidenav is below the Navbar. 2. Make sure that the Sidenav has enough children such that it can be scrolled (or just reduce your screen height). 3. Try to scroll. You will find that the bottom-most element is partially obscured. **Cause** Sidenav's top level `div` element has no set height, but the `nav` element one level down is set to `height: 100vh` ([code](https://github.com/LifeSG/react-design-system/blob/master/src/sidenav/sidenav.styles.tsx#L38C5-L38C19)). **Screen Recording** https://github.com/LifeSG/react-design-system/assets/61947377/7d95dcac-27db-49a3-ac76-ffb40cf29b5e
Component
SidenavDescribe the bug
The Sidenav component cannot be scrolled correctly when used with the Navbar.
To Reproduce
Cause
Sidenav's top level
divelement has no set height, but thenavelement one level down is set toheight: 100vh(code).Screen Recording
sidenav-scroll.mp4