potree integriert
This commit is contained in:
14
style.css
14
style.css
@@ -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;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user