Skip to content

Instantly share code, notes, and snippets.

@russo97
Last active June 8, 2022 21:04
Show Gist options
  • Save russo97/6d4bb1e15b849e1c0d49537154f30d92 to your computer and use it in GitHub Desktop.
Save russo97/6d4bb1e15b849e1c0d49537154f30d92 to your computer and use it in GitHub Desktop.
Hide Scrollbar
.element {
scrollbar-width: none;
&::-webkit-scrollbar {
display: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment