From a9ae451e9dc145a1ee88a325b98a3a015079da99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8B=E7=BE=8A?= Date: Tue, 17 Mar 2020 17:08:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/editor/src/skeleton/components/Panel/index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/editor/src/skeleton/components/Panel/index.scss b/packages/editor/src/skeleton/components/Panel/index.scss index 5f38863a9..8a9660638 100644 --- a/packages/editor/src/skeleton/components/Panel/index.scss +++ b/packages/editor/src/skeleton/components/Panel/index.scss @@ -16,7 +16,7 @@ position: absolute; top: 0; bottom: 0; - z-index: 99; + z-index: 999; } &.draggable { .drag-area { @@ -41,7 +41,7 @@ } &.left { &.floatable { - left: 48px; + left: 50px; } } &.right {