MM-13366 Post menu doesn't hint at more options below the fold (#2434)

This commit is contained in:
Elias Nahum 2018-12-07 12:25:17 -03:00
parent 6ade1a94b8
commit c62ce13aa1
No known key found for this signature in database
GPG key ID: E038DB71E0B61702

View file

@ -395,7 +395,7 @@ export default class PostOptions extends PureComponent {
ref={this.refSlideUpPanel}
marginFromTop={marginFromTop}
onRequestClose={this.close}
initialPosition={325}
initialPosition={290}
>
{options}
</SlideUpPanel>