shx-3d-render
parent
5612e1e33f
commit
f97f4fcf99
|
@ -28,11 +28,19 @@
|
|||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.shx-threejs-renderer {
|
||||
.shx-threejs-renderer-container {
|
||||
margin-top: 1rem;
|
||||
border-radius: 10px;
|
||||
border: 0;
|
||||
width: 100%;
|
||||
|
||||
position: relative;
|
||||
|
||||
}
|
||||
|
||||
.shx-threejs-renderer {
|
||||
border: 0;
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
z-index: 9999;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Reference in New Issue