You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
When putting a md-menu-bar inside a md-tab-body of a md-tabs, by clicking on a md-menu button, the md-menu-content (the menu item sub-list) is wrongly placed at the center of the tab, and not next to the button that triggered it open.
To replicate this, I have forked the menu bar demo at this codepen and simply put the whole thing inside a tab, then add some more text on top of the tab.
It looks like the div.md-open-menu-container is placed using relative positioning from the triggering element, while it should be based on absolute positioning with regards to the whole document.