]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update stylesheets/foundation/components/modules/_all.scss 739/head
authorsorenk <sorenhoyerkristensen@gmail.com>
Thu, 2 Aug 2012 13:36:07 +0000 (16:36 +0300)
committersorenk <sorenhoyerkristensen@gmail.com>
Thu, 2 Aug 2012 13:36:07 +0000 (16:36 +0300)
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.

stylesheets/foundation/components/modules/_all.scss

index 687512394f3faaf388c4aa1f9e2f3064aab3e225..0e6c9493a7867ab810f531374de93e7ee35de74f 100644 (file)
@@ -1,6 +1,6 @@
 @import "buttons";
 @import "navbar";
-@import "offcanvas";
+// @import "offcanvas";
 @import "orbit";
 @import "reveal";
 @import "tabs";