stdlib-js / www

Website for stdlib, a standard library for JavaScript and Node.js.
https://stdlib.io
Apache License 2.0
6 stars 8 forks source link

[Bug]: Feedback checkboxes don't render correctly on Safari #52

Closed kgryte closed 2 years ago

kgryte commented 2 years ago

This is likely due to needing vendor prefixes for the appearance CSS rule. See https://developer.mozilla.org/en-US/docs/Web/CSS/appearance.

Screen Shot 2022-05-20 at 5 16 21 PM

kgryte commented 2 years ago

This has now been resolved on Safari by adding browser prefixes.

Screen Shot 2022-05-20 at 5 43 57 PM

Planeshifter commented 2 years ago

Awesome!