mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-20 14:19:46 +00:00
Fixed: Interactive import modal horizontal scrolling on Firefox mobile
Closes #4401
This commit is contained in:
parent
7272c5b7fc
commit
6c505937da
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue