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
In full screen mode I get an error
Warning: Unsupported vendor-prefixed style property webkitOverflowScrolling. Did you mean WebkitOverflowScrolling? Check the render method of Layout.
When I search in my node_modules folder I found that in:
ui/dist/modules/ui/components/layout/index.js
137: webkitOverflowScrolling: 'touch'
When I change this to upper case WebkitOverflowScrolling the error is gone.
Also I found a bug which mentions this but is marked as open #1227
Storybook version is latest 3.2.16
The text was updated successfully, but these errors were encountered:
In full screen mode I get an error
Warning: Unsupported vendor-prefixed style property webkitOverflowScrolling. Did you mean WebkitOverflowScrolling? Check the render method of
Layout
.When I search in my
node_modules
folder I found that in:ui/dist/modules/ui/components/layout/index.js
137: webkitOverflowScrolling: 'touch'
When I change this to upper case
WebkitOverflowScrolling
the error is gone.Also I found a bug which mentions this but is marked as open #1227
Storybook version is latest
3.2.16
The text was updated successfully, but these errors were encountered: