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-2.2.4 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.2.3 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.2.2 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.2.1 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.2.0 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.1.0 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.1.0.rc4 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.1.0.rc3 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.1.0.rc2 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.1.0.rc1 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-1.1.0 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.1.0.beta2 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.0.2 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.1.0.beta1 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.0.1 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.0.0 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.0.0.rc3 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.0.0.rc2 app/assets/stylesheets/hyrax/_fixedsticky.scss
hyrax-2.0.0.rc1 app/assets/stylesheets/hyrax/_fixedsticky.scss
sufia-7.4.1 app/assets/stylesheets/sufia/_fixedsticky.scss