Skip to content
Commit 0dfaa46f authored by Noah Davis's avatar Noah Davis 🌵
Browse files

Keep context menu above other popups, use dismiss()

Keeps the context menu above other popups by setting its Z value to
the highest Z value among the children of Overlay.overlay, plus 1.

Also using dismiss() instead of close() because dismiss will
completely close a menu. Doesn't really matter here since
there are no submenus, but it's the correct thing to do.

BUG: 428631
FIXED-IN: 5.82
parent a15ed001
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment