export const style = { container: { margin: 20, height: '100vh', overflow: 'auto' }, page: { backgroundColor: '#f3f3f3', overflow: 'unset' }, layout: { overflow: 'visible', marginTop: 80 }, taskBarToggleButton: { flexDirection: 'row', marginRight: 6, marginLeft: -12, boxShadow: 'none' } };