We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When placing a DropdownMenu inside a TabPanel, the open list is below the expected position and is truncated by the end of the tab content.
Desktop:
The sandbox in which the problem is reproduced: https://codesandbox.io/s/tabs-example-basic-usage-forked-nkz14?file=/src/Demo.jsx
Is there a way to get around this? Thanks in advance!
The text was updated successfully, but these errors were encountered:
Yeap! You can enable the portal prop on the DropdownMenu to fix this overflow issue. Updated sandbox: https://codesandbox.io/s/tabs-example-basic-usage-forked-psei7?file=/src/Demo.jsx
portal
DropdownMenu
I actually can't remember why this is disabled by default for menus, so I might look into enabling it for the next major release.
Sorry, something went wrong.
98a6a9f
No branches or pull requests
When placing a DropdownMenu inside a TabPanel, the open list is below the expected position and is truncated by the end of the tab content.
Desktop:
The sandbox in which the problem is reproduced:
https://codesandbox.io/s/tabs-example-basic-usage-forked-nkz14?file=/src/Demo.jsx
Is there a way to get around this? Thanks in advance!
The text was updated successfully, but these errors were encountered: