shx-3d-render

main
Jan Umbach 2024-06-19 17:48:01 +02:00
parent 5612e1e33f
commit f97f4fcf99
2 changed files with 10 additions and 2 deletions

View File

@ -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>

View File

@ -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;