Revert "Fix: overflow shorthand override warning"

This reverts commit aab46b28c8.
This commit is contained in:
André Sá 2021-11-04 18:38:51 +00:00
parent 16164f1c0e
commit cadb055454

View file

@ -184,11 +184,7 @@ const DataTable = ({
{({ height }) => ( {({ height }) => (
<List <List
// this has to be in a style because of how the component works // this has to be in a style because of how the component works
style={{ style={{ overflow: 'inherit', outline: 'none' }}
overflowX: 'inherit',
overflowY: 'inherit',
outline: 'none'
}}
{...props} {...props}
height={loading ? 0 : height} height={loading ? 0 : height}
width={width} width={width}