Don't set any positioning for menus.

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

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.

Summary ID
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
maubin
  1. Ship It!
  2. 
      
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (41f0e4c)
Loading...