flowbite
flowbite copied to clipboard
Fix: File input overflow issues on Webkit browsers
On Webkit browsers (Safari / Chrome on iOS) the file input will have overflow issues causing the border-radius to be overflown.
This is fixed pretty easily by adding overflow-hidden for compatibility with Webkit browsers.
Screenshot from Chrome on iOS:
Screenshot from Safari on macOS:
Screenshot of the fix: