SEMilfred
4/23/2020 - 2:30 PM

.o-hide-scrollbars

A CSS object for hiding the scrollbar of a container.

.o-hide-scrollbars {
	scrollbar-width: none; /* Firefox 64 */
	-ms-overflow-style: none; /* Internet Explorer 11 */
	&::-webkit-scrollbar { /** WebKit */
		display: none;
	}
}