jquense / react-widgets

Polished, feature rich, accessible form inputs built with React
http://jquense.github.io/react-widgets/
MIT License
2.34k stars 395 forks source link

Some input contol/button icons not visible on Firefox #1119

Closed govindsartaj closed 2 years ago

govindsartaj commented 2 years ago

The Datepicker, NumberPicker and Combobox component icon buttons seem to overflow out of visibility on Firefox Dev Edition (works fine on Chrome). Can someone confirm? At first glance it seems that the overflow happens when the component width <= 260px.

(Screenshot from homepage where container width is 240px, which causes overflow within component). image