From f24fb61e20cddaf66bd4fb7f41bc0c05adb225ed Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 5 Mar 2022 15:46:26 +0100 Subject: [PATCH] Fixed horizontal scroll --- src/common/MenuLayout.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/common/MenuLayout.scss b/src/common/MenuLayout.scss index 7eae132d..3a1cd66e 100644 --- a/src/common/MenuLayout.scss +++ b/src/common/MenuLayout.scss @@ -1,13 +1,7 @@ @import '../utils/base'; .menu-layout__swipeable { - $offset: 15px; - height: 100%; - margin-right: -$offset; - margin-left: -$offset; - padding-left: $offset; - padding-right: $offset; } .menu-layout__swipeable-inner {