daniel-nagy / fixed-table-header

Fixed table header directive.
MIT License
88 stars 36 forks source link

overflow: auto causes css rendering issue in chrome #41

Closed bg87 closed 6 years ago

bg87 commented 6 years ago

Wrapping the table in a dive with a fixed height and overflow of auto causes the header styling to disappear on scroll in chrome. Removing overflow: auto fixes the styling but disables fixed-head. I haven't noticed this issue in Firefox or Safari.