Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/react/src/Panels/EditorPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export function EditorPanel({
</div>
</div>
<FileTree
className="flex-grow py-2 border-r border-tk-elements-app-borderColor text-sm"
className="flex-grow py-2 border-r border-tk-elements-app-borderColor text-sm overflow-y-auto overflow-x-hidden"
i18n={i18n}
selectedFile={selectedFile}
hideRoot={hideRoot ?? true}
Expand Down