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
Next Next commit
fix: add vertical scroll bar to editor file tree
  • Loading branch information
isaacplmann committed Oct 30, 2024
commit 90c0dbd108abfc504ece866ed6e0e4c3db5d00cd
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