From bec2ae3d66e87622264d143e40ec023634c1fcaa Mon Sep 17 00:00:00 2001 From: K <1175047471@qq.com> Date: Mon, 4 Mar 2024 10:27:53 +0800 Subject: [PATCH] =?UTF-8?q?fix(CodeEditor):=20=E9=AB=98=E5=BA=A6=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CodeEditor/src/codemirror/codemirror.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/CodeEditor/src/codemirror/codemirror.css b/src/components/CodeEditor/src/codemirror/codemirror.css index d0f703e7..ea648554 100644 --- a/src/components/CodeEditor/src/codemirror/codemirror.css +++ b/src/components/CodeEditor/src/codemirror/codemirror.css @@ -309,7 +309,6 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket { .CodeMirror-scroll { position: relative; height: 100%; - padding-bottom: 30px; margin-right: -30px; /* 30px is the magic margin used to hide the element's real scrollbars */