From 6659b6f002cd8bd00a34e555be9e5f539cb9c9b1 Mon Sep 17 00:00:00 2001 From: Kevin Ball Date: Wed, 24 May 2017 16:22:23 -0700 Subject: [PATCH] Fix sticky tendency to collapse in width when stuck --- scss/components/_sticky.scss | 1 + 1 file changed, 1 insertion(+) 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; -- 2.47.2