update css

This commit is contained in:
casperlamboo 2017-11-30 10:42:50 +01:00
parent 1021f5e8dc
commit 82284e5b87
2 changed files with 0 additions and 12 deletions

View File

@ -48,15 +48,9 @@ const styles = {
container: {
flexGrow: 1,
width: '100%',
display: 'flex',
flexDirection: 'column',
alignItems: 'stretch',
overflow: 'hidden'
},
canvasContainer: {
flexGrow: 1,
margin: '0px',
overflow: 'hidden',
'& canvas': {
position: 'absolute'
}

View File

@ -41,15 +41,9 @@ const styles = {
container: {
flexGrow: 1,
width: '100%',
display: 'flex',
flexDirection: 'column',
alignItems: 'stretch',
overflow: 'hidden'
},
canvasContainer: {
flexGrow: 1,
margin: '0px',
overflow: 'hidden',
'& canvas': {
position: 'absolute'
}