mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-08 21:21:47 +02: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 &&
|
||||
<Table
|
||||
columns={columns}
|
||||
horizontalScroll={false}
|
||||
horizontalScroll={true}
|
||||
selectAll={true}
|
||||
allSelected={allSelected}
|
||||
allUnselected={allUnselected}
|
||||
|
|
|
|||
Loading…
Reference in a new issue