Skip to content

[6947] User menu shows behind pinned expert drawer #6948

Merged
cstns merged 2 commits intomainfrom
6947-user-menu-expert-drawer-pinned
Mar 26, 2026
Merged

[6947] User menu shows behind pinned expert drawer #6948
cstns merged 2 commits intomainfrom
6947-user-menu-expert-drawer-pinned

Conversation

@n-lark
Copy link
Copy Markdown
Contributor

@n-lark n-lark commented Mar 24, 2026

Description

The header and overlay drawer both have z-index: 110. Since the drawer appears later in the DOM, it paints on top of the header's entire stacking context including any dropdowns inside it. Raising the header to z-index: 120 makes its stacking context win regardless of DOM order.

Related Issue(s)

Resolves #6947

Checklist

  • I have read the contribution guidelines
  • Suitable unit/system level tests have been added and they pass
  • Documentation has been updated
    • Upgrade instructions
    • Configuration details
    • Concepts
  • Changes flowforge.yml?
    • Issue/PR raised on FlowFuse/helm to update ConfigMap Template
    • Issue/PR raised on FlowFuse/CloudProject to update values for Staging/Production
  • Link to Changelog Entry PR, or note why one is not needed.

Labels

  • Includes a DB migration? -> add the area:migration label

@n-lark n-lark requested a review from cstns March 24, 2026 13:49
@n-lark n-lark self-assigned this Mar 24, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.29%. Comparing base (b14a552) to head (dea0b85).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6948   +/-   ##
=======================================
  Coverage   76.29%   76.29%           
=======================================
  Files         403      403           
  Lines       20293    20293           
  Branches     4880     4880           
=======================================
  Hits        15482    15482           
  Misses       4811     4811           
Flag Coverage Δ
backend 76.29% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@cstns cstns enabled auto-merge March 26, 2026 09:16
@cstns cstns merged commit 039de9a into main Mar 26, 2026
29 checks passed
@cstns cstns deleted the 6947-user-menu-expert-drawer-pinned branch March 26, 2026 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

User menu shows behind pinned expert drawer

2 participants