scrollbar-width: none; | |
overflow: -moz-scrollbars-none; | |
-ms-overflow-style: none; | |
&::-webkit-scrollbar { | |
display: none; | |
width: 0; | |
height: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment