Indicator component issue #308
Answered
by
icflorescu
UsamaEjaz0
asked this question in
Q&A
-
The Indicator component is coming over the sticky table header. Using Mantine v5 |
Beta Was this translation helpful? Give feedback.
Answered by
icflorescu
May 17, 2023
Replies: 2 comments
-
The latest version of this package only supports Mantine 6.x, but that's not the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
icflorescu
-
Yes, I was able to fix the issue by providing a zIndex value of 1 to the Indicator. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The latest version of this package only supports Mantine 6.x, but that's not the issue.
Most likely the Indicator's
zIndex
CSS property is higher than the table header's one.It would be helpful if you could provide a codesandbox (or another similar online) example.