Skip to content

Instantly share code, notes, and snippets.

@aautar
Created August 1, 2018 17:18
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 aautar/bd6ad94b9d8d6fd0c9db5896e0935019 to your computer and use it in GitHub Desktop.
Save aautar/bd6ad94b9d8d6fd0c9db5896e0935019 to your computer and use it in GitHub Desktop.
Styling for invisible file input
.invisible-upload-input {
font-size:0; // hide button
cursor: pointer;
opacity:0;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:100;
width: 100%;
height: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment