Fixing absolute positioning of Svelte scenes

This commit is contained in:
David Négrier 2021-06-01 17:07:56 +02:00
parent b04c438d6f
commit 9c9699d2d1
2 changed files with 19 additions and 5 deletions

View file

@ -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;