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
This does work. As an improvement I was thinking the filter bar could be always visible at the top and just the stories scroll. I have created a PR with those changes in here: #182
I have a long list of stories which overflow the size of the stories sidebar as no scrollbar is rendered.
I tried following the instructions in the docs to override the component and fix this issue by setting a height to the stories container. https://github.com/kadirahq/react-storybook/blob/master/docs/configure_storybook.md#customizing-the-ui - but this isn't overriding. I tried finding the layout.js file referenced from that doc but the link is broken
https://raw.githubusercontent.com/kadirahq/react-storybook/master/src/client/ui/layout.js
I'm not sure which file to overing now in this case
I am running version 1.22.1
The text was updated successfully, but these errors were encountered: