Set overflow to auto in Safes table

This commit is contained in:
Germán Martínez 2019-07-03 16:37:59 +02:00
parent 970f7037aa
commit 3f4d675e5b
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ const buildWidthFrom = (size: number) => ({
})
const overflowStyle = {
overflowX: 'scroll',
overflowX: 'auto',
}
// see: https://css-tricks.com/responsive-data-tables/