-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panel content not scrollable #199
Comments
came here to report the same bug ... really annoying, if you have a couple of mocks :( I did take a quick look at the source and found this in Panel.js:
I just removed the two nested |
Ok, made the changes and tested them locally 👍 But because we are also still using the 4.3.0 version, I can't just create a PR to main 😕 |
would be great to also get this PR cherry-picked into the v4 branch: #212 |
Is there something new with this one? Can we publish a release for the v4 branch? |
The "Mock Request" panel in Storybook is not scrollable. While there is more content inside, there is no way to scroll vertically. There is a
overflow: hidden
CSS property on two divs that prevents scrolling.I use storybook-addon-mock v4.3.0 and Storybook 7.5.3.
The text was updated successfully, but these errors were encountered: