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

View File

@@ -75,3 +75,17 @@ body {
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;
}