Skip to content

Commit

Permalink
fix(VFileInput): allow native drag and drop (#15208)
Browse files Browse the repository at this point in the history
  • Loading branch information
zorn-v committed Jul 28, 2022
1 parent 8334f67 commit 68b9797
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/vuetify/src/components/VFileInput/VFileInput.sass
Expand Up @@ -3,9 +3,9 @@
// Block
.v-file-input
input[type="file"]
height: 100%
left: 0
max-width: 0
opacity: 0
pointer-events: none
position: absolute
width: 0
top: 0
width: 100%

0 comments on commit 68b9797

Please sign in to comment.