From 55a14b1ba1f4d1b44c14593581ef1c14b5aeb12f Mon Sep 17 00:00:00 2001 From: Artur Date: Mon, 10 Mar 2014 19:24:31 +0800 Subject: [PATCH] Fix Duble scroll if using Pizza Pie If pizza pie uzing in last row. Then appears double scroll. --- scss/foundation/components/_offcanvas.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/foundation/components/_offcanvas.scss b/scss/foundation/components/_offcanvas.scss index 09769aed8..48819a467 100755 --- a/scss/foundation/components/_offcanvas.scss +++ b/scss/foundation/components/_offcanvas.scss @@ -118,7 +118,7 @@ $menu-slide: "transform 500ms ease" !default; @mixin off-canvas-wrap { @include kill-flicker; @include wrap-base; - overflow-x: hidden; + overflow: hidden; &.move-right, &.move-left { height: 100%; } } @@ -362,4 +362,4 @@ $menu-slide: "transform 500ms ease" !default; } } -} \ No newline at end of file +} -- 2.47.2