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

[Dropdown] submenu is positioned incorrectly within an upward pointing dropdown #3123

Open
maksis opened this issue Nov 14, 2024 · 0 comments
Labels
state/awaiting-investigation Anything which needs more investigation state/awaiting-triage Any issues or pull requests which haven't yet been triaged type/bug Any issue which is a bug or PR which fixes a bug

Comments

@maksis
Copy link

maksis commented Nov 14, 2024

Bug Report

The submenu is positioned above the trigger item.

The submenu seems to inherit bottom: 100% !important; from the upward pointing menu. The position can be corrected by ensuring that the usual bottom: 0px !important; is applied for the submenu.

Steps to reproduce

Create an upward pointing dropdown that has a submenu

Testcase

https://jsfiddle.net/maksis/chxjws61

Screenshot (if possible)

image

Version

2.9.3

@maksis maksis added state/awaiting-investigation Anything which needs more investigation state/awaiting-triage Any issues or pull requests which haven't yet been triaged type/bug Any issue which is a bug or PR which fixes a bug labels Nov 14, 2024
@maksis maksis changed the title [Dropdown] submenu is positioned incorrectly within an upward pointing dropdwn [Dropdown] submenu is positioned incorrectly within an upward pointing dropdown Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state/awaiting-investigation Anything which needs more investigation state/awaiting-triage Any issues or pull requests which haven't yet been triaged type/bug Any issue which is a bug or PR which fixes a bug
Projects
None yet
Development

No branches or pull requests

1 participant