From d71e6b19335ae91cdffff3f464d207b93c0c1362 Mon Sep 17 00:00:00 2001 From: roymondchen Date: Mon, 11 Mar 2024 20:36:21 +0800 Subject: [PATCH] =?UTF-8?q?style(editor):=20float-box=E9=99=90=E5=88=B6?= =?UTF-8?q?=E6=9C=80=E5=A4=A7=E5=AE=BD=E9=AB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/editor/src/theme/floating-box.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/editor/src/theme/floating-box.scss b/packages/editor/src/theme/floating-box.scss index 014570af..9ca53a14 100644 --- a/packages/editor/src/theme/floating-box.scss +++ b/packages/editor/src/theme/floating-box.scss @@ -5,6 +5,8 @@ border: 1px solid $--border-color; display: flex; flex-direction: column; + max-height: 100%; + max-width: 100%; .m-editor-float-box-title { text-align: center;