Skip to content

Commit

Permalink
Fix bug causing sandwich view content to be clipped when switching to…
Browse files Browse the repository at this point in the history
… it with a search query set then clearing that search query
  • Loading branch information
jlfwong committed Jul 20, 2020
1 parent 99b20b3 commit 02c2ade
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/profile-table-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ const style = StyleSheet.create({
scrollView: {
overflowY: 'auto',
overflowX: 'hidden',
flexGrow: 1,
},
tableView: {
width: '100%',
Expand Down

0 comments on commit 02c2ade

Please sign in to comment.