.scrolltofixed {
  position: sticky;
  top: 0;
}

.scrolltofixed.is-sticky {
    position: sticky!important;
}