Improve quality of life for 4-inch phones

Removes extra UI margins < 360px, and allows the tab bar to scroll. Also slightly improves horizontal scrolling behaviour on desktop.
This commit is contained in:
Jessica Stokes 2017-01-04 17:25:48 -08:00
parent 98b83aca37
commit 3807b0b171
No known key found for this signature in database
GPG key ID: E3DE5BE038F70FE9
2 changed files with 24 additions and 6 deletions

View file

@ -3,9 +3,8 @@ import { FormattedMessage } from 'react-intl';
const outerStyle = {
background: '#373b4a',
margin: '10px',
flex: '0 0 auto',
marginBottom: '0'
overflowY: 'auto'
};
const tabStyle = {