Fixed horizontal scroll

This commit is contained in:
Alejandro Celaya 2022-03-05 15:46:26 +01:00
parent 0993b43c79
commit f24fb61e20

View file

@ -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 {