Skip to content

Instantly share code, notes, and snippets.

@cave2006
Created December 25, 2022 23:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cave2006/2c0b6cbec37d9b108369d42a615e5d8e to your computer and use it in GitHub Desktop.
Save cave2006/2c0b6cbec37d9b108369d42a615e5d8e to your computer and use it in GitHub Desktop.
/* хром, сафари */
.element::-webkit-scrollbar { width: 0; }
/* ie 10+ */
.element { -ms-overflow-style: none; }
/* фф (свойство больше не работает, других способов тоже нет)*/
.element { overflow: -moz-scrollbars-none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment