Sha256: c9e65a064de986274bd0c5eb365f4d224028cf111d7f6d8e2a3597c4d935a3ab

Contents?: true

Size: 420 Bytes

Versions: 12

Compression:

Stored size: 420 Bytes

Contents

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

  &.is_scrolling {
    @media (max-width: $screen-md-min) {
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; // smooth scrolling in mobile Safari
    }
  }
  .navbar {
    margin-bottom: 0;
  }
}
.body-fixed {
  @media (max-width: $screen-md-min) {
    position: fixed;
  }
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
forever_style_guide-2.0.3 app/assets/stylesheets/forever_style_guide/modules/_nav-fixed.scss
forever_style_guide-2.0.2 app/assets/stylesheets/forever_style_guide/modules/_nav-fixed.scss
forever_style_guide-2.0.1 app/assets/stylesheets/forever_style_guide/modules/_nav-fixed.scss
forever_style_guide-2.0.0 app/assets/stylesheets/forever_style_guide/modules/_nav-fixed.scss
forever_style_guide-1.2.11 app/assets/stylesheets/forever_style_guide/modules/_nav-fixed.scss
forever_style_guide-1.2.10 app/assets/stylesheets/forever_style_guide/modules/_nav-fixed.scss
forever_style_guide-1.2.9 app/assets/stylesheets/forever_style_guide/modules/_nav-fixed.scss
forever_style_guide-1.2.8 app/assets/stylesheets/forever_style_guide/modules/_nav-fixed.scss
forever_style_guide-1.2.7 app/assets/stylesheets/forever_style_guide/modules/_nav-fixed.scss
forever_style_guide-1.2.5 app/assets/stylesheets/forever_style_guide/modules/_nav-fixed.scss
forever_style_guide-1.2.4 app/assets/stylesheets/forever_style_guide/modules/_nav-fixed.scss
forever_style_guide-1.2.3 app/assets/stylesheets/forever_style_guide/modules/_nav-fixed.scss