-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Dropdown: item clipped if positioned right of a Menu #1897
Comments
The Dropdown currently does not support menu direction. PRs welcome. The FixWe need to add a We then need to also add a A WorkaroundAdding an inline style to the <Dropdown.Menu style={{ left: 'auto', right: 0 }}> Note that in future versions we are considering deprecating the Dropdown sub component API. We would then have only props for defining the menu and items. This will only happen if we can support all features via props, but I wanted to make you aware. |
is the ticket available can i contribute to this issue ? |
@mprambadi I've not seen a PR for this yet. I think you're in the clear. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions. |
Steps
Create a top menu bar with the last item being a dropdown and with position ="right".
Some of the downdown's items have a long content
Expected Result
The dropdown is displayed completely and not clipped when expanded
Actual Result
The dropdown items are clipped and not fully visible
Version
0.71.1
Testcase
https://codepen.io/youbi/pen/RZNWjz
The text was updated successfully, but these errors were encountered: