Skip to content

Commit b10d1e0

Browse files
authored
Update FileUpload.vue
The element has a non zero size (1px X 1px) which might (and in some case actually do) cause an issue because the element actually takes some space. For example when it is placed between 2 elements with `width: 50%` the 1px will break the layout.
1 parent ef6d252 commit b10d1e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FileUpload.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
.file-uploads.file-uploads-html5 input,
3535
.file-uploads.file-uploads-html4 label {
3636
/* background fix ie click */
37+
position: absolute;
3738
background: rgba(255, 255, 255, 0);
3839
overflow: hidden;
3940
position: fixed;

0 commit comments

Comments
 (0)