Sha256: 9a112cc8dce0964c769b9df4260d9173705dca5b436aaadf129ad15c3202b8f0

Contents?: true

Size: 258 Bytes

Versions: 4

Compression:

Stored size: 258 Bytes

Contents

#header-is_fixed {
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  z-index: $zindex-navbar-fixed;

  &:not(.affix) {
    position: static; // respect the z-index of all the nav stuff + don't break small heroes like on the /find_ambassador page
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
forever_style_guide-3.5.0 app/assets/stylesheets/forever_style_guide/modules/_nav-fixed.scss
forever_style_guide-3.4.17 app/assets/stylesheets/forever_style_guide/modules/_nav-fixed.scss
forever_style_guide-3.4.16 app/assets/stylesheets/forever_style_guide/modules/_nav-fixed.scss
forever_style_guide-3.4.15 app/assets/stylesheets/forever_style_guide/modules/_nav-fixed.scss