Skip to content

Commit 4f5de8d

Browse files
committed
[fix] typo in ScrollView prevents hiding scrollbars
1 parent cddc2e3 commit 4f5de8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native-web/src/exports/ScrollView/ScrollViewBase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export default class ScrollViewBase extends Component<*> {
134134
style={[
135135
style,
136136
!scrollEnabled && styles.scrollDisabled,
137-
hideScrollbar && style.hideScrollbar
137+
hideScrollbar && styles.hideScrollbar
138138
]}
139139
/>
140140
);

0 commit comments

Comments
 (0)