henrybuilt / react-sticky-table

Responsive and dynamically-sized fixed headers and columns for tables
https://henrybuilt.github.io/react-sticky-table/
MIT License
214 stars 57 forks source link

Unable to add row color on hover #124

Closed dreamcoder21 closed 3 years ago

dreamcoder21 commented 3 years ago

Cells styles override the row styles and unable to add a hover color on a row.

Also, it is background that is used and not background-color so it is not accepting the hex codes with opacity values in. It accepts it but cells can be seen as overlapped when scrolled behind the sticky columns.

BaniGrisson commented 2 years ago

How did you solve this? Having the same problem...