.q-infinite-scroll
  // a strip over the last pixel of the content it marks the end of, so
  // it takes no room of its own
  &__sentinel
    height: 1px
    margin-top: -1px
    pointer-events: none

  &--reverse &__sentinel
    margin-top: 0
    margin-bottom: -1px

  &--no-anchoring
    // only set while a reverse-mode load is in flight; the component compensates
    // for the prepended content itself, so the browser must not do it too
    overflow-anchor: none
