From 5574ccc2fc274c42e31578fa3edfde7e4736e49c Mon Sep 17 00:00:00 2001 From: Aifeilong <2993607249@qq.com> Date: Tue, 10 Oct 2023 16:04:51 +0800 Subject: [PATCH] fix toolbar zIndex --- src/components/common/CustomToolbar/index.module.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/CustomToolbar/index.module.less b/src/components/common/CustomToolbar/index.module.less index ba73170..602dfb2 100644 --- a/src/components/common/CustomToolbar/index.module.less +++ b/src/components/common/CustomToolbar/index.module.less @@ -5,7 +5,7 @@ right: -340px; height: 100%; width: 350px; - z-index: 1; + z-index: 1000; background-color: #1f4856 !important; opacity: 0; transition: all 0.3s ease;