Fix calendar overflow on livestream setup page on mobile
This commit is contained in:
parent
23d4de5457
commit
5af52bd032
1 changed files with 1 additions and 1 deletions
|
@ -627,7 +627,7 @@ function PublishForm(props: Props) {
|
||||||
|
|
||||||
{!publishing && (
|
{!publishing && (
|
||||||
<div className={classnames({ 'card--disabled': formDisabled })}>
|
<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} />}
|
{mode !== PUBLISH_MODES.POST && <PublishDescription disabled={formDisabled} />}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue