ookami-kb / storybook_flutter

A storybook for Flutter widgets.
https://pub.dev/packages/storybook_flutter
MIT License
285 stars 63 forks source link

Overlay takes all browser window width #86

Open vovaklh opened 1 year ago

vovaklh commented 1 year ago

The overlay takes all browser window width. Expect that it will take the selected device window width image image

vovaklh commented 1 year ago

header.zip

kalianne-ciandt commented 1 year ago

Same here, but with showModalBottomSheet

tenhobi commented 1 year ago

Couldn't this be fixed just by wrapping your story with Overlay? But yea, I agree that the package should probably implement this.

Kypsis commented 1 year ago

This can be fixed by not using rootNavigator in the story.