You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 withdisplay: 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?The text was updated successfully, but these errors were encountered: