Fixed: Interactive import modal horizontal scrolling on Firefox mobile

Closes #4401
This commit is contained in:
Mark McDowall 2021-03-23 20:34:34 -07:00
parent 7272c5b7fc
commit 6c505937da
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ class InteractiveImportModalContent extends Component {
isPopulated && !!items.length && !isFetching && !isFetching && isPopulated && !!items.length && !isFetching && !isFetching &&
<Table <Table
columns={columns} columns={columns}
horizontalScroll={false} horizontalScroll={true}
selectAll={true} selectAll={true}
allSelected={allSelected} allSelected={allSelected}
allUnselected={allUnselected} allUnselected={allUnselected}