Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: Unsupported vendor-prefixed style property webkitOverflowScrolling #2388

Closed
hoschi opened this issue Nov 28, 2017 · 2 comments
Closed
Labels

Comments

@hoschi
Copy link

hoschi commented Nov 28, 2017

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

@Hypnosphi
Copy link
Member

This is actually fixed in #2343, but not released yet
@shilman can we do a patch?

@danielduan
Copy link
Member

Published in 3.2.17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants