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.6.0 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-3.5.0 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-3.4.2 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-3.4.1 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-3.4.0 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-3.3.0 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-3.2.0 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.9.6 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-3.1.0 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.9.5 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-3.0.2 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-3.0.1 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-3.0.0 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-3.0.0.pre.rc4 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.9.4 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-3.0.0.pre.rc3 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.9.3 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.9.2 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.9.1 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.9.0 app/assets/stylesheets/hyrax/_fixedsticky.scss