tailwindlabs / headlessui

Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.

Home Page:https://headlessui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[DOCS]: Fieldset/Select example styling is off (Chrome)

tseidler opened this issue · comments

The options for the selects aren't visible in my Chrome browser. It works fine in FireFox though..

https://headlessui.com/react/fieldset
https://headlessui.com/react/select

image

image

Firefox:

image

Hey!

Thanks this should be fixed and will be live shortly. Turns out that adding color: white on the <select> also applies the color: white to the <option> elements but only on Windows.