From 3d4734a9bc91ab226c95a8cce9116fab807fb410 Mon Sep 17 00:00:00 2001 From: Roy Date: Fri, 6 Apr 2018 11:20:49 +0200 Subject: [PATCH] in-canvas-for-x width:auto instead of width:inherit Issue fix. Discussion can be found https://github.com/zurb/foundation-sites/issues/11124 --- scss/components/_off-canvas.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/components/_off-canvas.scss b/scss/components/_off-canvas.scss index 03a12155d..bbee8cb27 100644 --- a/scss/components/_off-canvas.scss +++ b/scss/components/_off-canvas.scss @@ -417,7 +417,7 @@ $breakpoint: small height: auto; position: static; background: inherit; - width: inherit; + width: auto; overflow: inherit; transition: inherit; -- 2.47.2