diff --git a/apps/admin-web/src/layouts/AppShell.vue b/apps/admin-web/src/layouts/AppShell.vue index 9820255..e9aa44a 100644 --- a/apps/admin-web/src/layouts/AppShell.vue +++ b/apps/admin-web/src/layouts/AppShell.vue @@ -353,6 +353,7 @@ async function handleLogout(): Promise { .admin-main-layout { margin-left: 250px; + isolation: isolate; } .admin-main-layout--blocked { @@ -387,7 +388,7 @@ async function handleLogout(): Promise { display: flex; align-items: center; justify-content: space-between; - z-index: 1; + z-index: 100; box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08); } @@ -552,6 +553,8 @@ async function handleLogout(): Promise { } .admin-content { + position: relative; + z-index: 0; margin: 24px; min-height: auto; } diff --git a/apps/admin-web/src/styles.css b/apps/admin-web/src/styles.css index d22cfdd..a051cf3 100644 --- a/apps/admin-web/src/styles.css +++ b/apps/admin-web/src/styles.css @@ -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 {