fix(admin-web): keep app header above content stacking contexts

Promote the header to z-index 100 and create an isolated stacking
context on the main layout so sticky/positioned content (drawers,
overlays) no longer sits above the topbar.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-01 11:04:20 +08:00
parent 5a613abc33
commit b18a562b32
2 changed files with 4 additions and 2 deletions
-1
View File
@@ -140,7 +140,6 @@ html, body, #app {
.ant-layout-header {
box-shadow: 0 1px 4px rgba(0,21,41,0.08); /* slight shadow for topbar */
z-index: 1;
}
.ant-card {