Skip to content

fix: chat and diagnostic drawer stacking.#24

Merged
knightedcodemonkey merged 1 commit intomainfrom
bananas
Mar 21, 2026
Merged

fix: chat and diagnostic drawer stacking.#24
knightedcodemonkey merged 1 commit intomainfrom
bananas

Conversation

@knightedcodemonkey
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings March 21, 2026 20:42
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adjusts the app header stacking order so that fixed-position UI drawers (AI chat and diagnostics) can reliably appear above the sticky header when needed, addressing layering/overlap issues in the layout shell.

Changes:

  • Lowered .app-header base z-index from 200 to 10 to prevent it from covering higher-layer fixed drawers.
  • Restored .app-header to z-index: 200 under the @media (max-width: 900px) breakpoint to preserve mobile stacking behavior.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@knightedcodemonkey knightedcodemonkey merged commit 69fbded into main Mar 21, 2026
5 checks passed
@knightedcodemonkey knightedcodemonkey deleted the bananas branch March 21, 2026 20:45
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.

2 participants