Sha256: 78bb300451eec3659a050e65cae5b7713168cc90abd7dca74ef3b4b6469c366d
Contents?: true
Size: 606 Bytes
Versions: 84
Compression:
Stored size: 606 Bytes
Contents
@media (min-width: $screen-sm-min) { .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: static; } .fixedsticky-withoutfixedfixed .fixedsticky-on, .fixed-supported .fixedsticky-on { position: fixed; } .fixedsticky-dummy { display: none; } .fixedsticky-on + .fixedsticky-dummy { display: block; } }
Version data entries
84 entries across 84 versions & 3 rubygems