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

Add important to width and height to prevent overwrite #513

Merged
merged 2 commits into from May 22, 2022

Conversation

davidhu2000
Copy link
Owner

@davidhu2000 davidhu2000 commented May 22, 2022

an attempt to resolve #386. thinking is the width is overwritten somehow causing the grid to not render properly

as a test, we can try to overwrite the width this way.

<GridLoader css={{ width: 300 }} />

This fix won't prevent the above from happening, but should prevent overrides from outside css.

@davidhu2000 davidhu2000 merged commit e1326e1 into main May 22, 2022
@davidhu2000 davidhu2000 deleted the add-important branch May 22, 2022 22:04
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.

GridLoader is not displayed in grid
1 participant