Sha256: ffbc23b4b2584bc599a3c9d7bf6678c362432b66f51fff0669c12af40d30b5ea

Contents?: true

Size: 558 Bytes

Versions: 29

Compression:

Stored size: 558 Bytes

Contents

// Foundation for Sites by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@mixin foundation-sticky {
  .sticky-container {
    position: relative;
  }

  .sticky {
    position: relative;
    z-index: 0;
    transform: translate3d(0, 0, 0);
  }

  .sticky.is-stuck {
    position: fixed;
    z-index: 5;
    width: 100%;

    &.is-at-top {
      top: 0;
    }

    &.is-at-bottom {
      bottom: 0;
    }
  }

  .sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto;

    &.is-at-bottom {
      bottom: 0;
    }
  }
}

Version data entries

29 entries across 29 versions & 4 rubygems

Version Path
bedrock_sass-0.2.2 assets/_vendor/foundation/scss/components/_sticky.scss
foundation-rails-6.6.1.0 vendor/assets/scss/components/_sticky.scss
foundation-rails-6.5.3.0 vendor/assets/scss/components/_sticky.scss
bedrock_sass-0.2.1 assets/_vendor/foundation/scss/components/_sticky.scss
foundation-rails-6.5.1.0 vendor/assets/scss/components/_sticky.scss
locomotivecms_wagon-2.4.1 generators/foundation/public/stylesheets/foundation6/components/_sticky.scss
bedrock_sass-0.2.0 assets/_vendor/foundation/scss/components/_sticky.scss
locomotivecms_wagon-2.4.0 generators/foundation/public/stylesheets/foundation6/components/_sticky.scss
foundation-rails-6.4.3.0 vendor/assets/scss/components/_sticky.scss
bedrock_sass-0.1.9 assets/_vendor/foundation/scss/components/_sticky.scss
bedrock_sass-0.1.8 assets/_vendor/foundation/scss/components/_sticky.scss
bedrock_sass-0.1.7 assets/_vendor/foundation/scss/components/_sticky.scss
bedrock_sass-0.1.6 assets/_vendor/foundation/scss/components/_sticky.scss
bedrock_sass-0.1.5 assets/_vendor/foundation/scss/components/_sticky.scss
bedrock_sass-0.1.4 assets/_vendor/foundation/scss/components/_sticky.scss
bedrock_sass-0.1.3 assets/_vendor/foundation/scss/components/_sticky.scss
bedrock_sass-0.1.2 assets/_vendor/foundation/scss/components/_sticky.scss
foundation-rails-6.4.1.3 vendor/assets/scss/components/_sticky.scss
jekyll-theme-foundation-0.3.6 _sass/scss/components/_sticky.scss
jekyll-theme-foundation-0.3.5 _sass/scss/components/_sticky.scss