fix: column width instead of hidden overflow

This commit is contained in:
Sérgio Salgado 2021-02-11 14:57:42 +00:00 committed by Josh Harvey
parent fc16bb4b94
commit 1c2a254e43
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ const styles = {
tableWrapper: {
flex: 1,
display: 'block',
overflowX: 'hidden',
overflowY: 'auto',
width: '100%',
maxHeight: '70vh'
}