Look at the size of those scroll bars (Kinetic 2024.1) :SafeHarbor:

Careful what you wish for, with a little style bot… You too can have your Barber Pole Dreams made a reality
StyleBot

.ep-loading-progress{
    position: absolute;
    left: 0%;
    top: 50%;
    z-index: 10000;
    width: 100%;
    box-shadow: 0 0 8px #00000026;
    height: 300px;
    background: none;
    background-image: url('https://i.pinimg.com/originals/41/ac/e4/41ace4e829af57780f9597e6a8e28cb4.gif');
    background-size: contain;
    background-repeat: no-repeat;
    clip-path: inset(10px 0 0 0);
    transform: translate(40%, -50%);
}
4 Likes