From: Kevin Ball Date: Wed, 24 May 2017 23:22:23 +0000 (-0700) Subject: Fix sticky tendency to collapse in width when stuck X-Git-Tag: v6.4.0-rc1~27^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10075%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix sticky tendency to collapse in width when stuck --- diff --git a/scss/components/_sticky.scss b/scss/components/_sticky.scss index 90d65731d..378e0e216 100644 --- a/scss/components/_sticky.scss +++ b/scss/components/_sticky.scss @@ -16,6 +16,7 @@ .sticky.is-stuck { position: fixed; z-index: 5; + width: 100%; &.is-at-top { top: 0;