Merge pull request #3148 from minrk/alt-upload-inside-button

avoid overflow of hidden form
This commit is contained in:
Thomas Kluyver 2017-12-19 14:55:26 +00:00 committed by GitHub
commit 354cfb8431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,9 +18,8 @@
display: block;
width: 100%;
height: 100%;
overflow: hidden;
cursor: pointer;
opacity: 0;
z-index: 2;
}