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