From e4f84e0e963e8deaa6274e5f3b8308b520200e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=8B?= <94534613+BoyYangzai@users.noreply.github.com> Date: Sun, 21 May 2023 02:59:50 +0800 Subject: [PATCH] fix: Select scrollbar rtl direction position (#42508) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 洋 --- components/select/index.tsx | 5 ++++- package.json | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/components/select/index.tsx b/components/select/index.tsx index 6f686a8095..6421f1880d 100755 --- a/components/select/index.tsx +++ b/components/select/index.tsx @@ -88,6 +88,7 @@ const InternalSelect = , ref: React.Ref, @@ -96,7 +97,7 @@ const InternalSelect =