.ma-el-page-scroll-indicator {
    width: 100%;
    height: 5px;
    background: red;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}
.logged-in.admin-bar .ma-el-page-scroll-indicator{
    top:32px;
}
.ma-el-scroll-indicator {
    width: 0%;
    height: 5px;
    background: #007bff;
}