tuckerconnelly / carbon-ui

React Native Material Design library for all platforms
MIT License
210 stars 17 forks source link

NavigationDrawer scroll is wonky on OSX chrome #2

Closed tuckerconnelly closed 7 years ago

tuckerconnelly commented 7 years ago

Scroll bar is slightly offset, due to a bug in chrome: https://bugs.chromium.org/p/chromium/issues/detail?id=582358

Will close issue once it's cleared up.

You can use the menuStyle prop on NavigationDrawer to temporarily set boxShadow to none on web.

tuckerconnelly commented 7 years ago

Hmm, doesn't seem to be an issue anymore, gonna close.