From: Artur Date: Mon, 10 Mar 2014 11:24:31 +0000 (+0800) Subject: Fix Duble scroll if using Pizza Pie X-Git-Tag: v5.2.2~106^2~5^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F4632%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix Duble scroll if using Pizza Pie If pizza pie uzing in last row. Then appears double scroll. --- 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 +}