added overflow-hidden to file input element. fixes #1295

This commit is contained in:
Danny Coates
2019-04-11 11:08:48 -07:00
parent 19d1f8cf80
commit 1da7e1c112

View File

@@ -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}"