- Add overflow: auto to file-editor-textarea CSS class for scroll support - Ensure long file content is scrollable within the editor viewport
6 lines
190 B
Markdown
6 lines
190 B
Markdown
---
|
|
"@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.
|