1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

Fixed: Scrolling of modals with tabular content in iOS

Fixes #3264
This commit is contained in:
Mark McDowall
2019-08-15 22:48:39 -07:00
parent 0df464ac03
commit 73e6db9a12
9 changed files with 49 additions and 14 deletions
@@ -1,5 +1,6 @@
import PropTypes from 'prop-types';
import React from 'react';
import { scrollDirections } from 'Helpers/Props';
import Button from 'Components/Link/Button';
import ModalContent from 'Components/Modal/ModalContent';
import ModalHeader from 'Components/Modal/ModalHeader';
@@ -21,7 +22,7 @@ function SeasonInteractiveSearchModalContent(props) {
Interactive Search {seasonNumber != null && <SeasonNumber seasonNumber={seasonNumber} />}
</ModalHeader>
<ModalBody>
<ModalBody scrollDirection={scrollDirections.BOTH}>
<InteractiveSearchConnector
type="season"
searchPayload={{