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
I'm using react-virtualized to display data in a table and their <AutoSizer> component to figure out the table's width and height. But it doesn't seem to work properly because of a position: relative Storybook adds to the top div. Is there a way to remove it?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hey guys,
first of all, great work on Storybook!
I'm using
react-virtualized
to display data in a table and their<AutoSizer>
component to figure out the table's width and height. But it doesn't seem to work properly because of aposition: relative
Storybook adds to the top div. Is there a way to remove it?Thanks in advance.
The text was updated successfully, but these errors were encountered: