mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-11-05 06:03:24 +01:00
update css
This commit is contained in:
parent
1021f5e8dc
commit
82284e5b87
@ -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'
|
||||
}
|
||||
|
@ -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'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user