From 3c0e7765ed806b293e84b35230e88e41689ac289 Mon Sep 17 00:00:00 2001 From: ha2622 Date: Mon, 11 May 2026 19:58:58 +0000 Subject: [PATCH] potree integriert --- style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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