Skip to content

Commit 8aa2c5f

Browse files
authored
hide scrollbar on calendar view
1 parent c1d10e2 commit 8aa2c5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/views/calendar/event-list.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export class EventList extends React.PureComponent<Props> {
7979
renderItem={this.renderItem}
8080
renderSectionHeader={this.renderSectionHeader}
8181
sections={this.groupEvents(this.props.events, this.props.now)}
82+
showsVerticalScrollIndicator={false}
8283
style={styles.container}
8384
/>
8485
)

0 commit comments

Comments
 (0)