]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
in-canvas-for-x width:auto instead of width:inherit
authorRoy <royvanwensen@gmail.com>
Fri, 6 Apr 2018 09:20:49 +0000 (11:20 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Apr 2018 09:20:49 +0000 (11:20 +0200)
Issue fix.
Discussion can be found https://github.com/zurb/foundation-sites/issues/11124

scss/components/_off-canvas.scss

index 03a12155d0ef0e1e44f4795a45300b1de78ac420..bbee8cb27fbb3d9d0814726130f87aa517a232a6 100644 (file)
@@ -417,7 +417,7 @@ $breakpoint: small
   height: auto;
   position: static;
   background: inherit;
-  width: inherit;
+  width: auto;
   overflow: inherit;
   transition: inherit;