Remove inline styling.

pull/21833/head
Richard Lewis 2018-03-29 22:22:57 +01:00
parent 9cc3d3c9bb
commit 557a45e890
1 changed files with 1 additions and 6 deletions

View File

@ -135,12 +135,7 @@ export default class Stickerpicker extends React.Component {
this.widgetId = stickerpickerWidget.id;
stickersContent = (
<div
style={{
overflow: 'hidden',
height: '300px',
}}
>
<div className='mx_Stickers_content_container'>
<div
id='stickersContent'
className='mx_Stickers_content'