::-webkit-scrollbar {
    width: 0;
}
#bar {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-radius: 10px;
    background: linear-gradient(to top, #fcb045, #fd1d1d, #833ab4);
}+