Expand finance 3D indicators

This commit is contained in:
2026-06-04 14:22:22 +02:00
parent 1049216049
commit e33a2fd9e6
4 changed files with 124 additions and 36 deletions
+5 -7
View File
@@ -42,7 +42,8 @@ body,
.finance-3d-surface {
width: 100%;
min-height: 560px;
height: calc(100vh - 260px);
min-height: 680px;
overflow: hidden;
background: #f7f9fb;
}
@@ -50,7 +51,7 @@ body,
.finance-3d-canvas {
display: block;
width: 100%;
height: 560px;
height: 100%;
touch-action: none;
}
@@ -73,10 +74,7 @@ body,
@media (max-width: 700px) {
.finance-3d-surface {
min-height: 420px;
}
.finance-3d-canvas {
height: 420px;
height: calc(100vh - 300px);
min-height: 480px;
}
}