Fixing absolute positioning of Svelte scenes
This commit is contained in:
parent
b04c438d6f
commit
9c9699d2d1
2 changed files with 19 additions and 5 deletions
|
@ -132,11 +132,13 @@
|
|||
|
||||
<style lang="scss">
|
||||
.enableCameraScene {
|
||||
position: absolute;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
pointer-events: auto;
|
||||
/*background: #000000;*/
|
||||
margin: 20px auto 0;
|
||||
color: #ebeeee;
|
||||
height: 100vh;
|
||||
overflow: auto;
|
||||
/*max-height: 48vh;
|
||||
width: 42vw;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue