added overflow-hidden to file input element. fixes #1295
This commit is contained in:
parent
19d1f8cf80
commit
1da7e1c112
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ module.exports.wip = function(state, emit) {
|
|||
>
|
||||
<input
|
||||
id="file-upload"
|
||||
class="opacity-0 w-0 h-0 appearance-none absolute"
|
||||
class="opacity-0 w-0 h-0 appearance-none absolute overflow-hidden"
|
||||
type="file"
|
||||
multiple
|
||||
onfocus="${focus}"
|
||||
|
|
Loading…
Reference in a new issue