Description
The Args/Props table inside the Storybook Docs view is not responsive on mobile screens.
Some table cells (e.g. union types, controls column, long generic types) force the table to exceed the viewport width.
Because the table is not wrapped in a scrollable container, the entire Docs page becomes horizontally scrollable, instead of just the table.
This breaks the mobile layout and results in a poor user experience.
Steps to reproduce
- Open Storybook.
- Switch to Docs tab of any component (e.g. AutoComplete → Docs).
- Set the viewport to ~375px (iPhone size).
- Scroll to the Args table.
- Observe that:
- The table content overflows to the right
- The table itself does not scroll
- The whole page scrolls horizontally instead
Image of Bug
