fix: horizontal overflow causing scrollbar

This commit is contained in:
Sérgio Salgado 2021-02-09 18:24:18 +00:00 committed by Josh Harvey
parent caf2c83bfb
commit fc16bb4b94

View file

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