From: sorenk Date: Thu, 2 Aug 2012 13:36:07 +0000 (+0300) Subject: Update stylesheets/foundation/components/modules/_all.scss X-Git-Tag: v3.0.8~7^2~20^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F739%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update stylesheets/foundation/components/modules/_all.scss Offcanvas should not override default grid. It gives the overflow:hidden property to .row, which causes the .flyout to not being able to overflow the row div. --- diff --git a/stylesheets/foundation/components/modules/_all.scss b/stylesheets/foundation/components/modules/_all.scss index 687512394..0e6c9493a 100644 --- a/stylesheets/foundation/components/modules/_all.scss +++ b/stylesheets/foundation/components/modules/_all.scss @@ -1,6 +1,6 @@ @import "buttons"; @import "navbar"; -@import "offcanvas"; +// @import "offcanvas"; @import "orbit"; @import "reveal"; @import "tabs";