From 2c8b6d334ac806952c3a17197a5a862888a37f8f Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 1 Jul 2023 15:25:08 +0800 Subject: [PATCH] fix z-index --- src/@layouts/components/VerticalNavLayout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@layouts/components/VerticalNavLayout.vue b/src/@layouts/components/VerticalNavLayout.vue index 7dad1a0b..6067db64 100644 --- a/src/@layouts/components/VerticalNavLayout.vue +++ b/src/@layouts/components/VerticalNavLayout.vue @@ -203,7 +203,7 @@ export default defineComponent({ background-color: rgb(var(--v-theme-surface), 0.9); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); - z-index: 1003; + z-index: 1002; transition: padding 0.2s ease, background-color 0.18s ease; }