ookami-kb / storybook_flutter

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

Cannot use knobs in MacOS #43

Closed bahamut657 closed 3 years ago

bahamut657 commented 3 years ago

Flutter: 2.5.1 Storybook version: 0.7.0 OS: MacOS BigSur

Running storybook on MacOS results in unusable knobs. Same sources works from Web

ookami-kb commented 3 years ago

Thanks, I'll check it.

ookami-kb commented 3 years ago

I've found one issue with scrollbars on macOS. Can you please check if the latest version solves your problem?

bahamut657 commented 3 years ago

Thank you so much. Now it seems to work correctly.