react.dev
react.dev copied to clipboard
Better UX in SidebarNav
When SidebarNav has all elements collapsed it shows always the scroll-y (due to overflow-y-scroll class). If change it with overflow-y-auto it disappears when it is no needed and to avoid changing width, also is added a style: scrollbar-gutter: stable;
Before:
After: