From 9366e2e4dee5acb0b47681561ab1f5c1d395b126 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 26 Nov 2024 17:59:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=B3=BB=E7=BB=9F=E5=86=85=E7=9A=84?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1=E5=AE=BD=E5=BA=A6=E7=94=A8=E5=85=A8?= =?UTF-8?q?=E5=B1=80=E5=8F=98=E9=87=8F=E7=BB=9F=E4=B8=80=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/style/index.less | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index a3083a5a6f..28490baf30 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -616,5 +616,28 @@ strong { } .canvas_keep-size { - overflow-x: auto!important; + overflow-x: auto !important; +} + +::-webkit-scrollbar-thumb { + border-radius: 4px; + background: #8b8b8b; +} + +::-webkit-scrollbar { + width: 8px !important; + height: 8px !important; +} + +.ed-scrollbar__thumb { + background: #8b8b8b !important; + opacity: 1 !important; +} + +.ed-scrollbar__bar.is-vertical { + width: 8px !important; +} + +.ed-scrollbar__bar.is-horizontal { + height: 8px !important; }