how to disable scrollbar in css

IN SCSS

.new-tab-nav { scrollbar-width: none; /* Firefox */ -ms-overflow-style: none; /* IE 10+ */ &::-webkit-scrollbar { width: 0px; background: transparent; /* Chrome/Safari/Webkit */ } }