]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix sticky tendency to collapse in width when stuck 10075/head
authorKevin Ball <kmball11@gmail.com>
Wed, 24 May 2017 23:22:23 +0000 (16:22 -0700)
committerKevin Ball <kmball11@gmail.com>
Wed, 24 May 2017 23:22:28 +0000 (16:22 -0700)
scss/components/_sticky.scss

index 90d65731d6f5847c4620947d24c3a68f736be66f..378e0e216ee0604b145f7969846d9decccc5cd21 100644 (file)
@@ -16,6 +16,7 @@
   .sticky.is-stuck {
     position: fixed;
     z-index: 5;
+    width: 100%;
 
     &.is-at-top {
       top: 0;