Fix scrolling on small devices for account timelines and compose column

This commit is contained in:
Eugen Rochko 2016-10-16 17:09:00 +02:00
parent 4470330385
commit b8eda3026f
2 changed files with 5 additions and 6 deletions

View file

@ -5,7 +5,8 @@ const style = {
background: '#454b5e',
padding: '0',
display: 'flex',
flexDirection: 'column'
flexDirection: 'column',
overflowY: 'auto'
};
const Drawer = React.createClass({