Remove inline styling.
parent
9cc3d3c9bb
commit
557a45e890
|
@ -135,12 +135,7 @@ export default class Stickerpicker extends React.Component {
|
||||||
this.widgetId = stickerpickerWidget.id;
|
this.widgetId = stickerpickerWidget.id;
|
||||||
|
|
||||||
stickersContent = (
|
stickersContent = (
|
||||||
<div
|
<div className='mx_Stickers_content_container'>
|
||||||
style={{
|
|
||||||
overflow: 'hidden',
|
|
||||||
height: '300px',
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<div
|
<div
|
||||||
id='stickersContent'
|
id='stickersContent'
|
||||||
className='mx_Stickers_content'
|
className='mx_Stickers_content'
|
||||||
|
|
Loading…
Reference in New Issue