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 committed by GitHub
parent 54c44c530d
commit 446361ccea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>