From 23c72c8301a0c4e8f508aa2f15fb040b7f4389a1 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud <79562285+wangdan-fit2cloud@users.noreply.github.com> Date: Thu, 17 Aug 2023 11:02:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E5=8A=A8=E7=AB=AF=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BC=98=E5=8C=96=20(#1979)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What this PR does / why we need it? #### Summary of your change #### Please indicate you've done the following: - [ ] Made sure tests are passing and test coverage is added if needed. - [ ] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/). - [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed. --- frontend/src/layout/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/layout/index.vue b/frontend/src/layout/index.vue index 6ddb862e0..280f7150e 100644 --- a/frontend/src/layout/index.vue +++ b/frontend/src/layout/index.vue @@ -148,7 +148,6 @@ onMounted(() => { top: 0; bottom: 0; left: 0; - z-index: 9999; overflow: hidden; } @@ -178,6 +177,7 @@ onMounted(() => { transition: transform 0.28s; width: var(--panel-menu-width) !important; background: #ffffff; + z-index: 9999; } .app-footer { display: block;