#scroll-watcher-bar {
    position: fixed;
    left: 0;
    width: 0;
    z-index: 9999;
    transition: width 0.3s ease-out;
}