Sha256: 9d6cd9080e37471de52636df79bef01d86cf572c8538912d63a62786e2ca5f9b
Contents?: true
Size: 624 Bytes
Versions: 12
Compression:
Stored size: 624 Bytes
Contents
@media (min-width: map-get($grid-breakpoints, "md")) { .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
12 entries across 12 versions & 1 rubygems