Sha256: 1b3949c420c54b7bf2ba0228730c295f0a0466485fa9876eaa65b946447c92a1
Contents?: true
Size: 326 Bytes
Versions: 9
Compression:
Stored size: 326 Bytes
Contents
// Positioning .fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: $zindex-fixed; } .fixed-bottom { position: fixed; right: 0; bottom: 0; left: 0; z-index: $zindex-fixed; } .sticky-top { @supports (position: sticky) { position: sticky; top: 0; z-index: $zindex-sticky; } }
Version data entries
9 entries across 9 versions & 4 rubygems