diff --git a/app/src/styles/pages/realTimeViz.scss b/app/src/styles/pages/realTimeViz.scss index 145e21e..a63f9cd 100644 --- a/app/src/styles/pages/realTimeViz.scss +++ b/app/src/styles/pages/realTimeViz.scss @@ -12,7 +12,16 @@ top: 0; left: 0; transform: scale(1); + .scene-container { + width: 100%; + height: 100%; + canvas { + width: 100vw !important; + height: 100% !important; + + } + } // Panels .panel { position: absolute; @@ -143,15 +152,16 @@ width: calc((100vw * 1.65) - (320px + 270px + 70px) / 0.6); z-index: 100; -.scene-container{ - width: 100%; - height: 100%; - canvas{ - width: calc((100vw * 1.65) - (320px + 270px + 70px) / 0.6) !important; - height: 100% !important; + .scene-container { + width: 100%; + height: 100%; + canvas { + width: calc((100vw * 1.65) - (320px + 270px + 70px) / 0.6) !important; + height: 100% !important; + + } } -} &.top { transform: scale(1.5); @@ -170,7 +180,7 @@ } .zoon-wrapper { - transform:translate(-50%, 0) scale(1.5); + transform: translate(-50%, 0) scale(1.5); } }