html.disable-scrollbar {
    overflow: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
}

.disable-scrollbar .xf-web-container::-webkit-scrollbar {
    width: 0px !important;
    background: transparent !important;
}

.disable-scrollbar .xf-web-container::-webkit-scrollbar-track {
    background: transparent!important ;
}

.disable-scrollbar .xf-web-container::-webkit-scrollbar-thumb {
    background: transparent !important;
}

.disable-scrollbar .xf-web-container{
   -ms-overflow-style: none; 
   scrollbar-width: none; 
}