File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ export function EditorPanel({
79
79
</ div >
80
80
</ div >
81
81
< FileTree
82
- className = "flex- grow py-2 border-r border-tk-elements-app-borderColor text-sm"
82
+ className = "flex flex-col flex- grow py-2 border-r border-tk-elements-app-borderColor text-sm overflow-y-auto overflow-x-hidden "
83
83
i18n = { i18n }
84
84
selectedFile = { selectedFile }
85
85
hideRoot = { hideRoot ?? true }
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ export function FileTree({
125
125
directory = ""
126
126
onFileChange = { onFileChange }
127
127
allowEditPatterns = { allowEditPatterns }
128
- triggerProps = { { className : 'h-full' , 'data-testid' : 'file-tree-root-context-menu' } }
128
+ triggerProps = { { className : 'h-full min-h-4 ' , 'data-testid' : 'file-tree-root-context-menu' } }
129
129
/>
130
130
</ div >
131
131
) ;
You can’t perform that action at this time.
0 commit comments