aspire icon indicating copy to clipboard operation
aspire copied to clipboard

Fix menu displaying under header issue

Open JamesNK opened this issue 1 year ago • 0 comments

Description

A workaround was added to stop displaying menu bars. It regressed the menu popup to display under the header. This is a fix.

Fixes https://github.com/dotnet/aspire/issues/6109

Checklist

  • Is this feature complete?
    • [x] Yes. Ready to ship.
    • [ ] No. Follow-up changes expected.
  • Are you including unit tests for the changes and scenario tests if relevant?
    • [ ] Yes
    • [x] No
  • Did you add public API?
    • [ ] Yes
      • If yes, did you have an API Review for it?
        • [ ] Yes
        • [ ] No
      • Did you add <remarks /> and <code /> elements on your triple slash comments?
        • [ ] Yes
        • [ ] No
    • [x] No
  • Does the change make any security assumptions or guarantees?
    • [ ] Yes
      • If yes, have you done a threat model and had a security review?
        • [ ] Yes
        • [ ] No
    • [x] No
  • Does the change require an update in our Aspire docs?
    • [ ] Yes
      • Link to aspire-docs issue:
    • [x] No
Microsoft Reviewers: Open in CodeFlow

JamesNK avatar Oct 05 '24 00:10 JamesNK