mantinedev / mantine

A fully featured React components library
https://mantine.dev
MIT License
26.26k stars 1.86k forks source link

Rating's star fraction is displayed in front of table's sticky header #6857

Closed TPGPL closed 3 days ago

TPGPL commented 1 week ago

Dependencies check up

What version of @mantine/* packages do you have in package.json?

7.12.2

What package has an issue?

@mantine/core

What framework do you use?

Vite

In which browsers you can reproduce the issue?

Firefox

Describe the bug

When a table column contains the Rating component, the star fraction is always shown in front of table's sticky header while scrolling.

If possible, include a link to a codesandbox with a minimal reproduction

https://codesandbox.io/p/sandbox/mantine-react-template-forked-js7tqf

Possible fix

No response

Self-service