Merge pull request #917 from SiIky/fix/CCtYRmHi/transactions_list_scrollbar
Revert "Fix: overflow shorthand override warning"
This commit is contained in:
commit
52291d8f3d
1 changed files with 1 additions and 5 deletions
|
|
@ -184,11 +184,7 @@ const DataTable = ({
|
|||
{({ height }) => (
|
||||
<List
|
||||
// this has to be in a style because of how the component works
|
||||
style={{
|
||||
overflowX: 'inherit',
|
||||
overflowY: 'inherit',
|
||||
outline: 'none'
|
||||
}}
|
||||
style={{ overflow: 'inherit', outline: 'none' }}
|
||||
{...props}
|
||||
height={loading ? 0 : height}
|
||||
width={width}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue