1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-14 11:23:42 +02:00

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

View File

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