.var-sticky {
  position: relative;

  &--css-mode {
    position: sticky;
    position: -webkit-sticky;
  }
}
