n49 / react-stars

A simple star rating component for your React projects :star:
http://developers.n49.com/react-stars/
218 stars 82 forks source link

Problem with half star classes #66

Closed Sleepwalker18 closed 4 years ago

Sleepwalker18 commented 4 years ago

Hi, I'm using a select component with react-stars and when I choose a rating with a half star, just the half star render overlapping the options of the select, but it only happens with the half stars because it has z-index 1, but I don't know how to change it to 0, does somebody have the same problem?