Added scene

This commit is contained in:
Nalvazhuthi
2025-03-25 16:30:33 +05:30
parent 33632fd58e
commit 46d66be1ca
2 changed files with 25 additions and 11 deletions

View File

@@ -143,7 +143,15 @@
width: calc((100vw * 1.65) - (320px + 270px + 70px) / 0.6);
z-index: 100;
.scene-container{
width: 100%;
height: 100%;
canvas{
width: calc((100vw * 1.65) - (320px + 270px + 70px) / 0.6) !important;
height: 100% !important;
}
}
&.top {
transform: scale(1.5);