Merge pull request #917 from SiIky/fix/CCtYRmHi/transactions_list_scrollbar

Revert "Fix: overflow shorthand override warning"
This commit is contained in:
Rafael Taranto 2021-11-14 23:42:32 +00:00 committed by GitHub
commit 52291d8f3d

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}