Hi!
I'm using the Dropdown Menu component to display a menu with sub-menu and I've noticed some weird behaviors. Sometimes when I open the menu, the menu popup is not place correctly and it displays behind my other elements. After some investigations, I've noticed that when the bug occurs there's no css style add to the e-dropdown-popup element to place the popup appropriately (ex: css property top, left and z-index which seems to be set dynamically when the popup renders correctly). To correct the bug with my popup displaying behind the other items, I set a css class with a custom z-index
I'm using the version 19.4.0.38 of the packages
Here's some snippet of my code