vaadin / vaadin-context-menu

The responsive Web Component for showing context dependent items for any element on the page. Part of the Vaadin components.
https://vaadin.com/components
Apache License 2.0
26 stars 10 forks source link

fix: ensure consistent right alignment for nested menus #228

Closed web-padawan closed 5 years ago

web-padawan commented 5 years ago

Related to vaadin/vaadin-menu-bar#17

Similar to #223 but now for right-aligned menu, so implementation is different.

Before

Submenu overlay is left-aligned:

Screen Shot 2019-03-25 at 10 39 49

After

Submenu overlay is also right aligned and takes parent's content width into account:

Screen Shot 2019-03-25 at 10 39 29


This change is Reviewable