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

Missing height calculation causes problems with elements below the menu #39

Open
Kopyov opened this issue Oct 30, 2020 · 0 comments
Open

Comments

@Kopyov
Copy link

Kopyov commented Oct 30, 2020

All child levels have absolute positioning, which means the height of the menu container always remains the same and equals first UL height. So if i have some extra elements below the menu, they appear on top of the menu, since the height doesn't change if i go deeper in levels. Solution would be re-calculating wrapper height that equals visible UL height on anchor click. Would be very nice to get this quick addition for such a great component.

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

1 participant