This PR addresses a bug (#34 ) in the sidebar component where scrolling was not functioning as expected. The issue prevented users from being able to scroll through the sidebar content when it overflowed the viewport, leading to a poor user experience, especially on smaller screens.
Issue:
Sidebar scroll was not working, causing content to be inaccessible when the sidebar's height exceeded the viewport height.
fix:
The issue was resolved by defining the height on the ScrollArea component in the docs/layout.
Description:
This PR addresses a bug (#34 ) in the sidebar component where scrolling was not functioning as expected. The issue prevented users from being able to scroll through the sidebar content when it overflowed the viewport, leading to a poor user experience, especially on smaller screens.
Issue:
fix:
ScrollArea
component in thedocs/layout
.