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

Version Path
hyrax-5.0.2 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-5.0.1 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-5.0.0 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-5.0.0.rc3 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-5.0.0.rc2 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-5.0.0.rc1 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-4.0.0 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-4.0.0.rc3 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-4.0.0.rc2 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-4.0.0.rc1 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-4.0.0.beta2 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-4.0.0.beta1 app/assets/stylesheets/hyrax/_fixedsticky.scss