Fix calendar overflow on livestream setup page on mobile

This commit is contained in:
Raphael Wickihalder 2022-02-18 11:15:31 +01:00
parent 23d4de5457
commit 5af52bd032

View file

@ -627,7 +627,7 @@ function PublishForm(props: Props) {
{!publishing && (
<div className={classnames({ 'card--disabled': formDisabled })}>
{showSchedulingOptions && <Card className={'card--enable-overflow'} body={<PublishStreamReleaseDate />} />}
{showSchedulingOptions && <Card body={<PublishStreamReleaseDate />} />}
{mode !== PUBLISH_MODES.POST && <PublishDescription disabled={formDisabled} />}