From 18db4d73172abdd78469540ec939e25b30694798 Mon Sep 17 00:00:00 2001 From: tim Date: Sun, 31 Aug 2025 11:14:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20toolbar=20=E5=B1=82=E7=BA=A7=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/assets/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend_nuxt/assets/global.css b/frontend_nuxt/assets/global.css index 0cd7713de..0435f54e3 100644 --- a/frontend_nuxt/assets/global.css +++ b/frontend_nuxt/assets/global.css @@ -93,7 +93,7 @@ body { .vditor-toolbar--pin { top: calc(var(--header-height) + 1px) !important; - z-index: 2000; + z-index: 20; } .vditor-panel {