From cd1802b5d64f5dc714dbd543d00ebb5288a9e194 Mon Sep 17 00:00:00 2001 From: FatttSnake Date: Tue, 30 Apr 2024 17:11:05 +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/renderer/src/components/Playground/CodeEditor/FileSelector/index.tsx b/src/renderer/src/components/Playground/CodeEditor/FileSelector/index.tsx index b86cb55..1c06853 100644 --- a/src/renderer/src/components/Playground/CodeEditor/FileSelector/index.tsx +++ b/src/renderer/src/components/Playground/CodeEditor/FileSelector/index.tsx @@ -166,7 +166,13 @@ const FileSelector = ({ <>
- + {tabs.map((item, index) => (