@mixin minimal_scrollbar() { overflow-x: hidden; overflow-y: hidden; &:hover { overflow-y: auto; overflow-y: overlay; } }