Sha256: 9d8a06175466a785e7bd0dbe8cb580a9935f14a183f5c670bb0a694ce4cb4e54
Contents?: true
Size: 283 Bytes
Versions: 21
Compression:
Stored size: 283 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 { position: sticky; top: 0; z-index: $zindex-sticky; }
Version data entries
21 entries across 21 versions & 4 rubygems