storybookjs / react-native

📓 Storybook for React Native!
https://storybook.js.org
MIT License
1.08k stars 156 forks source link

fix: overflowing story content overlaps sidebar #627

Closed tlow92 closed 1 month ago

tlow92 commented 1 month ago

Issue: If the content of a story overflows the container it might overlap with the sidebar, preventing interactions with it.

image

What I did

Set overflow: hidden to the content container.

image

For demonsteration purpose I changed the Button styles, but it's not part of the PR. @dannyhw Let me know if I should add an example story to demonstrate this.

dannyhw commented 1 month ago

hey @tlow92 thanks for the contribution 🙏

can you add an example to the example project which can show the problem/fix to make sure there is no regression

dannyhw commented 1 month ago

I noticed theres actually a similar issue on mobile, pushed a similar change for that layout