We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does the decorator need to add an additional div as part of the decorator here:
storybook-addon-material-ui/src/UI/MuiDecorator.js
Line 19 in b0ac1c4
This is causing issues for stories that need to have 100% height.
The text was updated successfully, but these errors were encountered:
Solved this by adding extra css for my storybook:
#root > div { height: 100%; }
but would still be nice not to have the extra div if it can be avoided. Feel free to close if it can't be avoided.
Sorry, something went wrong.
Thanks for spotting this. Let's remove it indeed!
No branches or pull requests
Does the decorator need to add an additional div as part of the decorator here:
storybook-addon-material-ui/src/UI/MuiDecorator.js
Line 19 in b0ac1c4
This is causing issues for stories that need to have 100% height.
The text was updated successfully, but these errors were encountered: