Skip to content

Commit

Permalink
[add] Allow style scrollbarWidth 'thin' value
Browse files Browse the repository at this point in the history
Close #1499
  • Loading branch information
necolas committed Dec 19, 2019
1 parent 0b31a8b commit e0412ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native-web/src/exports/View/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export type ViewStyle = {
overscrollBehavior?: OverscrollBehaviorValue,
overscrollBehaviorX?: OverscrollBehaviorValue,
overscrollBehaviorY?: OverscrollBehaviorValue,
scrollbarWidth?: 'auto' | 'none',
scrollbarWidth?: 'auto' | 'none' | 'thin',
scrollSnapAlign?: string,
scrollSnapType?: string,
WebkitMaskImage?: string,
Expand Down

0 comments on commit e0412ac

Please sign in to comment.