.ty-scroll-indicator {
  box-sizing: border-box;
  height: 3px;
  transform: translateZ(0);
  background: var(--ty-color-primary);
}
.ty-scroll-indicator_fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}