scroll-indicator {
  width: 100%;
  position: fixed;
  top: calc(var(--theme-sticky-header-height) - 1px);
  z-index: 1;
}

scroll-indicator .progress-bar {
  height: 5px;
  background: rgb(var(--link-color));
  width: 0%;
}
