Fixed: Interactive import modal horizontal scrolling on Firefox mobile

(cherry picked from commit 6c505937dacfa82e965adaaac407c888a1caacce)
pull/942/head
Mark McDowall 3 years ago committed by Qstick
parent c749a660e7
commit 6fa56b8873

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

Loading…
Cancel
Save