24
1
Fork 0

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
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 1 additions and 1 deletions

View File

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