Skip to content

Instantly share code, notes, and snippets.

@pixelchar
Last active October 1, 2015 19:06
Show Gist options
  • Save pixelchar/6f907d49edf9d93fb33a to your computer and use it in GitHub Desktop.
Save pixelchar/6f907d49edf9d93fb33a to your computer and use it in GitHub Desktop.
Auto hide the persistent scrollbar in Edge, IE 10/11
html {
-ms-overflow-style: scrollbar !important;
}
html {
-ms-overflow-style: -ms-autohiding-scrollbar;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment