From c4fb1ee7e3efceae73e20e33f5506082fa62db8e Mon Sep 17 00:00:00 2001 From: PDeer <23275429@qq.com> Date: Thu, 28 Dec 2023 00:06:01 +0800 Subject: [PATCH] fix: Fix the issue of pushing out the panel when copying a large amount of text to the textarea --- packages/core/src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/src/style.css b/packages/core/src/style.css index 2c6011d4..7f05e1e8 100644 --- a/packages/core/src/style.css +++ b/packages/core/src/style.css @@ -38,6 +38,7 @@ .vue-flow__viewport { z-index: 4; + overflow: clip; } .vue-flow__selection {