-
Notifications
You must be signed in to change notification settings - Fork 38
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
the menu scrolls when the item is not completely in the menu #59
Comments
@gege83 Glad to hear this component is useful for you. This happens because of the call to I think this is a fairly minor issue, but if you can figure out a fix that doesn't add too much complexity to the code, I'd be happy to accept a PR. |
I opened up a PR for this fix. Would love some feedback on it. |
@jacobworrel I opened PR which solves the issue. |
Who ever lands here and PR is still not merged, feel free to use my forked branch instead.
|
Thank you for your work, it saved us. We found some very funny behaviour that you might be able to fix.
reproduce:
behaviour
expected: nothing happens
actual: the menu will scroll to the item.
alternative
behaviour
expected: nothing happens
actual: the menu slowly scrolls upwards
The text was updated successfully, but these errors were encountered: