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: {
flex: 1,
display: 'block',
overflowX: 'auto',
overflowX: 'hidden',
width: '100%',
maxHeight: '70vh'
}