added overflow-hidden to file input element. fixes #1295
This commit is contained in:
parent
19d1f8cf80
commit
1da7e1c112
|
@ -286,7 +286,7 @@ module.exports.wip = function(state, emit) {
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
id="file-upload"
|
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"
|
type="file"
|
||||||
multiple
|
multiple
|
||||||
onfocus="${focus}"
|
onfocus="${focus}"
|
||||||
|
|
Loading…
Reference in New Issue