From 4dc25ab76b73d9e3b370475768ae9894c24df54f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=98=89=E8=B1=AA?= <42510293+ziyujiahao@users.noreply.github.com> Date: Thu, 5 Feb 2026 18:47:19 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E5=AF=8C?= =?UTF-8?q?=E6=96=87=E6=9C=AC=E5=BC=B9=E6=A1=86=E4=BD=8D=E7=BD=AE=20#17938?= =?UTF-8?q?=20(#17940)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/style/index.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index ffdb3d3662..6168038278 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -758,3 +758,7 @@ strong { } } } + +.tox-toolbar__overflow { + transform: translateY(-55px); +}