//Enable horizontal scroll [class*=brxe-] { max-width: none; !important} //remove scroll bar body::-webkit-scrollbar-track { -webkit-box-shadow: none; background-color: var(--white); } body::-webkit-scrollbar { width: 0px; background-color: var(--white); } body:-webkit-scrollbar-thumb { background-color: var(--white); }