Open NeilBrommer opened 1 year ago
Describe the bug <select> elements have different styling in each browser. In Chrome they have a white background, in Firefox they have a gray background, and they use system styling in Safari.
<select>
To Reproduce View the Form page in the storybook in each browser.
Expected behavior The styling should match between browsers.
Screenshots Firefox:
Chrome:
Safari:
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Safari appears to need appearance: none, but that also removes the drop arrow.
appearance: none
I haven't tested this on Android.
Describe the bug
<select>
elements have different styling in each browser. In Chrome they have a white background, in Firefox they have a gray background, and they use system styling in Safari.To Reproduce View the Form page in the storybook in each browser.
Expected behavior The styling should match between browsers.
Screenshots Firefox:
Chrome:
Safari:
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Safari appears to need
appearance: none
, but that also removes the drop arrow.I haven't tested this on Android.