When too many tabs are opened, some tabs become hidden or inaccessible because the tab bar does not currently handle overflow well.
This issue adds horizontal scrolling to the tab bar so users can smoothly scroll through all open tabs instead of losing access to them.
Requirements
- Detect when tabs overflow the available width
- Enable horizontal scrolling for the tab container
- Keep scrolling smooth and responsive
- Ensure active tabs remain visible when selected
- Preserve existing tab styling and layout
- Work correctly on smaller window sizes
Possible Improvements
- Mouse wheel horizontal scrolling
- Drag-to-scroll support
- Optional fade indicators on edges to show more tabs exist
When too many tabs are opened, some tabs become hidden or inaccessible because the tab bar does not currently handle overflow well.
This issue adds horizontal scrolling to the tab bar so users can smoothly scroll through all open tabs instead of losing access to them.
Requirements
Possible Improvements