From 0e354ca833debb14dffcc03c22043d774e72594e Mon Sep 17 00:00:00 2001 From: FatttSnake Date: Fri, 26 Apr 2024 09:41:39 +0800 Subject: [PATCH] Fix(FileSelector): Fix scrollbar can not auto hide bug Fix scrollbar can not auto hide bug. Optimize scrollbar style. --- .../Playground/CodeEditor/FileSelector/index.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/Playground/CodeEditor/FileSelector/index.tsx b/src/components/Playground/CodeEditor/FileSelector/index.tsx index b86cb55..1c06853 100644 --- a/src/components/Playground/CodeEditor/FileSelector/index.tsx +++ b/src/components/Playground/CodeEditor/FileSelector/index.tsx @@ -166,7 +166,13 @@ const FileSelector = ({ <>
- + {tabs.map((item, index) => (