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

View file

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