Sha256: a6bbcef88faf096feca44d98fb4cffd4246d6d296fa9a1d47dfb0b73c38f9537
Contents?: true
Size: 521 Bytes
Versions: 63
Compression:
Stored size: 521 Bytes
Contents
.fixedsticky { position: -webkit-sticky; position: -moz-sticky; position: -ms-sticky; position: -o-sticky; position: sticky; } /* When position: sticky is supported but native behavior is ignored */ .fixedsticky-withoutfixedfixed .fixedsticky-off, .fixed-supported .fixedsticky-off { position: relative; } .fixedsticky-withoutfixedfixed .fixedsticky-on, .fixed-supported .fixedsticky-on { position: fixed; } .fixedsticky-dummy { display: none; } .fixedsticky-on + .fixedsticky-dummy { display: block; }
Version data entries
63 entries across 63 versions & 2 rubygems