1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-20 16:22:28 +03:00

Remove inline styling.

This commit is contained in:
Richard Lewis
2018-03-29 22:22:57 +01:00
parent 9cc3d3c9bb
commit 557a45e890

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'