Skip to content

Commit

Permalink
Merge pull request #377 from AmericaSCORESBayArea/improvement/overflo…
Browse files Browse the repository at this point in the history
…wmenu

Improvement/overflowmenu
  • Loading branch information
lautirozen committed May 16, 2023
2 parents 2f46a7a + 84e83da commit eac1324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Activities.Screen.js
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@ class ActivitiesScreen extends Component {
<OverflowMenu
anchor={renderToggleButton}
backdropStyle={styles.backdrop}
style={{width:'69%'}}
style={{width:'69%', height: 170}}
visible={this.state.visibleMenu}
placement='left end'
onBackdropPress={() => this.setState({visibleMenu:false})}>
Expand Down

0 comments on commit eac1324

Please sign in to comment.