mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-06-14 09:59:45 +08:00
Implements 'showsHorizontalScrollIndicator' and 'showVerticalScrollIndicator' by polyfilling the 'scrollbar-width' property from the draft CSS spec for scrollbars. Scrollbars can only be shown for both or neither axis. Close #1307 Co-authored-by: Nicolas Gallagher <nicolasgallagher@gmail.com>