try out fully hidden input field

This commit is contained in:
Henry Jameson 2022-05-16 23:46:32 +03:00
parent 8d93e9c13c
commit a45a05fbb2
1 changed files with 1 additions and 4 deletions

View File

@ -35,10 +35,7 @@
cursor: pointer; // We use <label> for interactivity... i wonder if it's fine
.hidden-input-file {
max-width: 0;
max-height: 0;
pointer-events: none;
opacity: 0;
display: none;
}
}
</style>