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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user