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

[Grow] Fix scroll on entered #12199

Merged
merged 2 commits into from
Jul 20, 2018
Merged

Conversation

stephenway
Copy link
Contributor

Continuation of #12003

I discovered that when upgrading my project that uses large menus with scrolling, that the original fix did not solve the issue in the project. The transform on the Grow component was overriding the Menu's translateZ declaration.

@oliviertassinari oliviertassinari self-assigned this Jul 19, 2018
@stephenway
Copy link
Contributor Author

stephenway commented Jul 20, 2018

Anyone having to do a workaround on this, you will need to apply a custom class to Paper that includes transform: scale(1,1) translateZ(0) !important

@oliviertassinari
Copy link
Member

@stephenway It looks good to me 👍

@stephenway stephenway deleted the GrowScroll branch July 20, 2018 21:39
@stephenway
Copy link
Contributor Author

Sweet, thanks @oliviertassinari

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: transitions This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants