Merge branch 'main' of https://git.fbbgg.hs-woe.de/ar2350/Projekt-Visualisierung
This commit is contained in:
14
style.css
14
style.css
@@ -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;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user