#autoscrolladmin {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    z-index: 1000;
}