Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(@mantine/core): Add z-index to sticky header in Table component #5385

Merged
merged 2 commits into from Dec 8, 2023

Conversation

abdulbasithqb
Copy link
Contributor

@abdulbasithqb abdulbasithqb commented Dec 7, 2023

Description:

Resolves an issue where the sticky header in the Table component was not behaving correctly due to missing z-index. The change ensures that the sticky header is displayed correctly on top of other elements.

Issue Details:

Changes:

  • Added z-index: 1; to the .thead class in mantine/packages/@mantine/core/src/components/Table/Table.module.css.

Checklist:

  • Code follows the project's coding guidelines.

Screen-record:

Screen.Recording.2023-12-08.at.12.26.56.AM.mov

@rtivital rtivital merged commit 15d3127 into mantinedev:master Dec 8, 2023
1 check passed
@rtivital
Copy link
Member

rtivital commented Dec 8, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Components with position: relative; overlap table sticky header
2 participants