avoid overflow of hidden form

fixes hover on upload button leaking over New button
This commit is contained in:
Min RK 2017-12-19 14:54:32 +01:00
parent 60e20c2956
commit 5df9e35d83

View File

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