]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix Duble scroll if using Pizza Pie 4632/head
authorArtur <xarieyle@xarieyle.com>
Mon, 10 Mar 2014 11:24:31 +0000 (19:24 +0800)
committerArtur <xarieyle@xarieyle.com>
Mon, 10 Mar 2014 11:24:31 +0000 (19:24 +0800)
If pizza pie uzing in last row. Then appears double scroll.

scss/foundation/components/_offcanvas.scss

index 09769aed8802e3b99299f6ce128dcb83ab755325..48819a467e1e1d4d8cf86f28a9490b153bc287a3 100755 (executable)
@@ -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
+}