jalik / meteor-jalik-ufs

Upload File System for Meteor **DISCONTINUED**
MIT License
100 stars 29 forks source link

File selector visible in Safari #115

Closed macman31 closed 7 years ago

macman31 commented 7 years ago

Hey @jalik,

This issue also happens with ufs. When selecting files in Safari, file selection fields are visible at the bottom of the page. They are correctly hidden with a display: none in other browsers, but not in Safari. Hiding them with display: none would prevent their use apparently. Would it be possible to use the trick mentioned in the stackoverflow post answer instead of using display: none, so it would work with every browser?