flowbite icon indicating copy to clipboard operation
flowbite copied to clipboard

Fix: File input overflow issues on Webkit browsers

Open JalenWasHere opened this issue 9 months ago • 0 comments

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:

image

Screenshot from Safari on macOS:

image

Screenshot of the fix:

Scherm­afbeelding 2025-02-20 om 15 27 36

JalenWasHere avatar Feb 20 '25 14:02 JalenWasHere