-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Double Scrollbar in Full Screen Mode #179
Labels
Comments
I'll add that. |
arunoda
added a commit
that referenced
this issue
May 10, 2016
Try version 1.24.0 or higher. Hope now we can close this. |
timkindberg
pushed a commit
to timkindberg/react-storybook
that referenced
this issue
May 10, 2016
This was referenced Dec 25, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting two scrollbars in full screen mode. It's messing with my media query development, because I'm always off by ~10px.
You can hide it by adding
overflow: hidden
to the dev containing the first iframe. See here:The text was updated successfully, but these errors were encountered: