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: background shadow breaks for fixed columns #503

Merged
merged 1 commit into from
Mar 8, 2022
Merged

fix: background shadow breaks for fixed columns #503

merged 1 commit into from
Mar 8, 2022

Conversation

fagom
Copy link
Contributor

@fagom fagom commented Mar 7, 2022

Related Issue

#480

Description

The overflowX property being updated to visible does fix the leftIcons visibility issue, but the background shadows vanish for the fixed columns. Updating the value to clip resolves both the issues.

Related PRs

List related PRs against other branches:

branch PR
master #498

Impacted Areas in Application

List general components of the application that this PR will affect:

* MaterialTable

@fagom fagom requested a review from oze4 as a code owner March 7, 2022 09:04
@Domino987
Copy link
Contributor

Can you show a before and after png pls? So I can verify?

@fagom
Copy link
Contributor Author

fagom commented Mar 8, 2022

Sorry about that. Should have added it in the first place.

When i modified the overflowX to visible, this is how the table looked with the fixed column. The id column is marked as fixed in this case
before

Changing it to clip, restores the background shadow as before the fix.
after

Please let me know if I need to provide any more info on this. :)

@Domino987
Copy link
Contributor

No this looks perfect. I'll merge it today and release it subsequently. Thank you for this.

@Domino987 Domino987 merged commit 02543a5 into material-table-core:master Mar 8, 2022
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.

None yet

2 participants