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
This commit is contained in:
5
.changeset/fix-file-editor-scroll.md
Normal file
5
.changeset/fix-file-editor-scroll.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@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.
|
||||
Reference in New Issue
Block a user