mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-11-05 14:13:23 +01:00
update css
This commit is contained in:
parent
1021f5e8dc
commit
82284e5b87
@ -48,15 +48,9 @@ const styles = {
|
|||||||
container: {
|
container: {
|
||||||
flexGrow: 1,
|
flexGrow: 1,
|
||||||
width: '100%',
|
width: '100%',
|
||||||
display: 'flex',
|
|
||||||
flexDirection: 'column',
|
|
||||||
alignItems: 'stretch',
|
|
||||||
overflow: 'hidden'
|
overflow: 'hidden'
|
||||||
},
|
},
|
||||||
canvasContainer: {
|
canvasContainer: {
|
||||||
flexGrow: 1,
|
|
||||||
margin: '0px',
|
|
||||||
overflow: 'hidden',
|
|
||||||
'& canvas': {
|
'& canvas': {
|
||||||
position: 'absolute'
|
position: 'absolute'
|
||||||
}
|
}
|
||||||
|
@ -41,15 +41,9 @@ const styles = {
|
|||||||
container: {
|
container: {
|
||||||
flexGrow: 1,
|
flexGrow: 1,
|
||||||
width: '100%',
|
width: '100%',
|
||||||
display: 'flex',
|
|
||||||
flexDirection: 'column',
|
|
||||||
alignItems: 'stretch',
|
|
||||||
overflow: 'hidden'
|
overflow: 'hidden'
|
||||||
},
|
},
|
||||||
canvasContainer: {
|
canvasContainer: {
|
||||||
flexGrow: 1,
|
|
||||||
margin: '0px',
|
|
||||||
overflow: 'hidden',
|
|
||||||
'& canvas': {
|
'& canvas': {
|
||||||
position: 'absolute'
|
position: 'absolute'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user