|
@@ -939,6 +939,7 @@ onMounted(() => {
|
|
|
}
|
|
|
|
|
|
> .bamboo-4_11 {
|
|
|
+ display: none;
|
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
|
left: calc(
|
|
@@ -1073,7 +1074,7 @@ onMounted(() => {
|
|
|
top: 0;
|
|
|
height: 100%;
|
|
|
left: calc(
|
|
|
- 846px * v-bind("layer2SpeedFactor") * v-bind("windowHeight") /
|
|
|
+ 794px * v-bind("layer2SpeedFactor") * v-bind("windowHeight") /
|
|
|
v-bind("windowHeightDesign")
|
|
|
);
|
|
|
}
|
|
@@ -1209,7 +1210,7 @@ onMounted(() => {
|
|
|
245px * v-bind("windowHeight") / v-bind("windowHeightDesign")
|
|
|
);
|
|
|
left: calc(
|
|
|
- 795px * v-bind("windowHeight") / v-bind("windowHeightDesign")
|
|
|
+ 770px * v-bind("windowHeight") / v-bind("windowHeightDesign")
|
|
|
);
|
|
|
|
|
|
> .button-group {
|
|
@@ -1339,7 +1340,7 @@ onMounted(() => {
|
|
|
top: 0;
|
|
|
height: 100%;
|
|
|
left: calc(
|
|
|
- 820px * v-bind("windowHeight") / v-bind("windowHeightDesign")
|
|
|
+ 825px * v-bind("windowHeight") / v-bind("windowHeightDesign")
|
|
|
);
|
|
|
}
|
|
|
|