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

Version Path
hyrax-3.0.0.pre.rc2 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.8.0 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.7.2 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.7.1 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.7.0 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.6.0 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-3.0.0.pre.rc1 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-3.0.0.pre.beta3 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.5.1 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.5.0 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-3.0.0.pre.beta2 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.4.1 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-3.0.0.pre.beta1 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.4.0 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.3.3 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.3.2 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.3.1 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-1.1.1 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.3.0 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.0.3 app/assets/stylesheets/hyrax/_fixedsticky.scss