fix: horizontal overflow causing scrollbar
This commit is contained in:
parent
caf2c83bfb
commit
fc16bb4b94
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue