diff --git a/style.css b/style.css index 80d46ed..bfd71e3 100644 --- a/style.css +++ b/style.css @@ -74,4 +74,18 @@ body { #map { width: 100%; height: 100%; +} + +#potree_render_area{ + position:absolute; + top:0; + left: 0; + width: 100%; + height: 100%; + pointer-events: none; + background: transparent; +} + +#potree_render_area canvas { + background: transparent !important; } \ No newline at end of file