mirror of
https://github.com/lidarr/Lidarr
synced 2025-03-15 00:08:53 +00:00
Fixed: Interactive import modal horizontal scrolling on Firefox mobile
(cherry picked from commit 6c505937dacfa82e965adaaac407c888a1caacce)
This commit is contained in:
parent
06d2a297eb
commit
1dc623cb0c
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ class InteractiveImportModalContent extends Component {
|
|||
isPopulated && !!items.length && !isFetching && !isFetching &&
|
||||
<Table
|
||||
columns={columns}
|
||||
horizontalScroll={false}
|
||||
horizontalScroll={true}
|
||||
selectAll={true}
|
||||
allSelected={allSelected}
|
||||
allUnselected={allUnselected}
|
||||
|
|
Loading…
Add table
Reference in a new issue