From f9dc628ef41437001650a6b57be0556b9f8b08bb Mon Sep 17 00:00:00 2001 From: roymondchen Date: Fri, 4 Aug 2023 20:00:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(editor):=20diff=20code=20editor=E4=B8=AD?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E6=8C=89=E9=92=AE=E7=82=B9=E5=87=BB=E6=97=A0?= =?UTF-8?q?=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/editor/src/theme/code-editor.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor/src/theme/code-editor.scss b/packages/editor/src/theme/code-editor.scss index 7da011b0..8e2e0b1e 100644 --- a/packages/editor/src/theme/code-editor.scss +++ b/packages/editor/src/theme/code-editor.scss @@ -27,6 +27,6 @@ position: absolute; top: 5px; right: 0; - z-index: 1; + z-index: 11; } }