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

[Accordion] Nested style example expanding contents quirk #121

Open
TimNZ opened this issue Jul 22, 2016 · 1 comment
Open

[Accordion] Nested style example expanding contents quirk #121

TimNZ opened this issue Jul 22, 2016 · 1 comment

Comments

@TimNZ
Copy link

TimNZ commented Jul 22, 2016

The Nested Style Accordion example is broken.
If you expand the second node 'Nested' and children the container does not keep expanding and you can't scroll the contents - is that CSS on the container or responsibility of the accordion?

@asvetliakov
Copy link
Collaborator

I know about it. This probably came with upgrading react-measure to 0.4.0. The lib changed the way to measure child element dimensions (previous 0.3.* versions used mutation observers for that and worked fine). I have only ugly solution in mind how to fix this issue.
In meantime i'd suggest to avoid nesting of accordions 🐱

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

No branches or pull requests

2 participants