Set overflow to auto in Safes table
This commit is contained in:
parent
970f7037aa
commit
3f4d675e5b
|
@ -20,7 +20,7 @@ const buildWidthFrom = (size: number) => ({
|
|||
})
|
||||
|
||||
const overflowStyle = {
|
||||
overflowX: 'scroll',
|
||||
overflowX: 'auto',
|
||||
}
|
||||
|
||||
// see: https://css-tricks.com/responsive-data-tables/
|
||||
|
|
Loading…
Reference in New Issue