Fix panel translate (X) animation
Deploy Spot / deploy (push) Successful in 46s

This commit is contained in:
2026-07-03 20:29:44 +02:00
parent dfb92a4d96
commit 9acdd3cb13
+2 -2
View File
@@ -52,7 +52,7 @@
&.with-right-panel {
.panel.panel-left {
transform: translateX(-200vw);
transform: translateX(-200%);
}
.panel.panel-right {
@@ -66,7 +66,7 @@
}
.panel.panel-right {
transform: translateX(200vw);
transform: translateX(200%);
}
}
}