Files
fusion/.changeset/fix-file-editor-scroll.md
gsxdsm 1bff64a2cf fix(KB-258): add overflow auto to file editor textarea
- Add overflow: auto to file-editor-textarea CSS class for scroll support
- Ensure long file content is scrollable within the editor viewport
2026-03-30 23:24:07 -07:00

190 B

@dustinbyrne/kb
@dustinbyrne/kb
patch

Fix file editor scrolling by adding overflow: auto to .file-editor-textarea CSS class. Users can now scroll through large files in the editor textarea.