I am having issues with menu alignment on an IconMenuButton, specifically in Microsoft Edge. We have an IconMenuButton near the right edge of the screen. In both Chrome and Firefox, the menu gets displaced so that it will not extend beyond the right edge (see below -- red outline to show IconMenuButton border). No issues here.
Chrome
Firefox
In Microsoft Edge, the menu will extend past the edge of the screen and cause scroll bars to be displayed (see below).
Edge
A few questions:
1. What is the default menu alignment for an IconMenuButton?
2. It looks like if it were a regular MenuButton then it would simply be solved by setting menuAlign: "right", but this doesn't appear to be a valid property on the IconMenuButton. Is there some equivalent or am I missing something?
3. If there is not a menu alignment property for an IconMenuButton, what are my options?
Thanks,
Jason
Chrome
Firefox
In Microsoft Edge, the menu will extend past the edge of the screen and cause scroll bars to be displayed (see below).
Edge
A few questions:
1. What is the default menu alignment for an IconMenuButton?
2. It looks like if it were a regular MenuButton then it would simply be solved by setting menuAlign: "right", but this doesn't appear to be a valid property on the IconMenuButton. Is there some equivalent or am I missing something?
3. If there is not a menu alignment property for an IconMenuButton, what are my options?
Thanks,
Jason
Comment