// Sass Mixing @mixin hideScrollbar { &::-webkit-scrollbar { width: 0 !important } -ms-overflow-style: none; scrollbar-width: none; }