[Dropdown] submenu is positioned incorrectly within an upward pointing dropdown #3123
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
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 usualbottom: 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)
Version
2.9.3
The text was updated successfully, but these errors were encountered: