Tianhe Gao

css-chrome-hide-scrollbar

https://www.w3schools.com/howto/howto_css_hide_scrollbars.asp

```css * Hide scrollbar for Chrome, Safari and Opera * .example::-webkit-scrollbar { display: none; }

* Hide scrollbar for IE, Edge and Firefox * .example { -ms-overflow-style: none; * IE and Edge * scrollbar-width: none; * Firefox * } ```


No notes link to this note