This commit is contained in:
2026-05-11 22:01:42 +02:00

View File

@@ -74,4 +74,18 @@ body {
#map { #map {
width: 100%; width: 100%;
height: 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;
} }