-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
ListItem jump #854
Labels
component: list
This is the name of the generic UI component, not the React module!
package: styles
Specific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5.
Comments
Workaround <ListItem leftCheckbox={<Checkbox />} style={{overflow: 'visible'}}> |
Thanks for reporting this @darkleaf |
Thanks! 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component: list
This is the name of the generic UI component, not the React module!
package: styles
Specific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5.
Hi!
I click on the 'Click and jump' item and it jumps up, but if I click on the checkbox, then all is well.
If I disable overflow property, then item come back.
Item with secondaryText works correct.
I use material-ui 0.9.1 and last Google Chrome 43.
The text was updated successfully, but these errors were encountered: