.hideScrollBar {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.hideScrollBar::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}