Don't set any positioning for menus.

Review Request #13747 — Created April 18, 2024 and submitted — Latest diff uploaded

Information

Ink
master

Reviewers

The menu styling had a left: 0 set, which could result in the menu
appearing too far to the left, depending on the container.

We no longer set this, letting it appear naturally where it needs to be.
Consumers can always force a position through custom styling.

Verified this fixed menu action bugs in Review Board.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Don't set any positioning for menus.
The menu styling had a `left: 0` set, which could result in the menu appearing too far to the left, depending on the container. We no longer set this, letting it appear naturally where it needs to be. Consumers can always force a position through custom styling.
aaf9433bde3b9fb2609ebaf4976499184244895f Christian Hammond
src/ink/less/components/menu.component.less
Loading...