Skip to content

Instantly share code, notes, and snippets.

@kmokidd
Created July 11, 2018 07:08
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 kmokidd/7c2ea8a24c6e5d39ad27f999eb372607 to your computer and use it in GitHub Desktop.
Save kmokidd/7c2ea8a24c6e5d39ad27f999eb372607 to your computer and use it in GitHub Desktop.
/* date */
input[type="date"]::-webkit-clear-button {
-webkit-appearance: none;
display: none;
}
input[type="date"]::-webkit-inner-spin-button {
-webkit-appearance: none;
display: none;
}
/* scroller bar */
::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment