You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The decorator set's the overflow to scroll, but it should be auto because if the content is not scrollable the scrollbars will be hidden with auto.
There is also an overlapping with fixed elements.
Problem: You can't place a fixed element relative to another fixed element but the backgrounds wrapper is a fixed element.
You can see both problems in the screenshot below.
Please specify which version of Storybook and optionally any affected addons that you're running
storybook/react 3.3.3
storybook/addon-backgrounds 3.3.3
Screenshot
The text was updated successfully, but these errors were encountered:
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!
Issue details
The decorator set's the
overflow
toscroll
, but it should beauto
because if the content is not scrollable the scrollbars will be hidden withauto
.There is also an overlapping with fixed elements.
Problem: You can't place a fixed element relative to another fixed element but the backgrounds wrapper is a fixed element.
You can see both problems in the screenshot below.
Please specify which version of Storybook and optionally any affected addons that you're running
Screenshot
The text was updated successfully, but these errors were encountered: