Expand finance 3D indicators
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user