Semantic-Org / UI-Checkbox

A checkbox allows a user to select a value from a small set of options, often binary
http://semantic-ui.com/modules/checkbox.html
6 stars 8 forks source link

Update checkbox.css #4

Closed thomasdarvik closed 6 years ago

thomasdarvik commented 6 years ago

As far I can tell, the z-index does not effect the rendering of the checkbox. I stumbled upon problems where other third party elements (such as React-dropdown) would render under the checkbox. This has not been a problem with any other component.

Is there a reason it has the z-index in the first place?