Remove left and right menu padding

pull/21833/head
Richard Lewis 2018-04-04 13:38:48 +01:00
parent 369cbdaaf6
commit da6c2c51fb
1 changed files with 2 additions and 0 deletions

View File

@ -217,6 +217,8 @@ export default class Stickerpicker extends React.Component {
element: this._getStickerpickerContent(),
onFinished: this._onFinished,
menuPaddingTop: 0,
menuPaddingLeft: 0,
menuPaddingRight: 0,
});