From: Roy Date: Sat, 16 Jun 2018 07:56:00 +0000 (+0200) Subject: Use pull request #11141 from RvWensen/develop for v6.5.0 X-Git-Tag: v6.5.0-rc.1^2~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e16be40a75d31f0f92280e588c91091a3419580f;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Use pull request #11141 from RvWensen/develop for v6.5.0 3d4734a9b in-canvas-for-x width:auto instead of width:inherit ca1848990 fix: reset all OffCanvas properties when in in-canvas mode Co-Authored-By: Nicolas Coden Signed-off-by: Nicolas Coden --- diff --git a/scss/components/_off-canvas.scss b/scss/components/_off-canvas.scss index 03a12155d..120976517 100644 --- a/scss/components/_off-canvas.scss +++ b/scss/components/_off-canvas.scss @@ -416,10 +416,10 @@ $breakpoint: small visibility: visible; height: auto; position: static; - background: inherit; - width: inherit; - overflow: inherit; - transition: inherit; + background: none; + width: auto; + overflow: visible; + transition: none; // Increase CSS specificity &.position-left,