Skip to content

Instantly share code, notes, and snippets.

@yashsharma04
Created August 28, 2020 08:39
Show Gist options
  • Save yashsharma04/038aa6601babd40f6d478f3bb43dfbcc to your computer and use it in GitHub Desktop.
Save yashsharma04/038aa6601babd40f6d478f3bb43dfbcc to your computer and use it in GitHub Desktop.
.rt-table::-webkit-scrollbar {
display: none;
}
.rt-table{
-ms-overflow-style: none;
scrollbar-width: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment