Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. .hide-native-scrollbar {
  2. scrollbar-width: none; /* Firefox 64 */
  3. -ms-overflow-style: none; /* IE 11 */
  4. &::-webkit-scrollbar { /** Webkit */
  5. display: none;
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement