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; } }