hcb icon indicating copy to clipboard operation
hcb copied to clipboard

Fix tags menu not appearing in popovers with receipts

Open polypixeldev opened this issue 9 months ago • 0 comments

Summary of the problem

#10482 was recently merged, but when I went to make sure it would work in production, the menu did not appear. Turns out the receipt partial raises the z-index of modals to 300.

Describe your changes

Raises the z-index of menu content to 301 to always be above the modals.

polypixeldev avatar May 23 '25 14:05 polypixeldev