diff --git a/src/styles/_mobile.scss b/src/styles/_mobile.scss index c2ec0cc..cb8e9c0 100644 --- a/src/styles/_mobile.scss +++ b/src/styles/_mobile.scss @@ -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%); } } }