tarasglek / chatcraft.org

Developer-oriented ChatGPT clone
https://chatcraft.org/
MIT License
147 stars 26 forks source link

Overflow in Web Handlers settings body #613

Open menghif opened 2 months ago

menghif commented 2 months ago

In the new User Settings Modal, the Web Handlers body has an overflow.

Screenshot of User Settings with overflow

Amnish04 commented 1 month ago

This seems like a known issue with CodeMirror.

https://stackoverflow.com/questions/72768501/why-codemirror-editor-does-not-scroll-horizontally-with-long-line

https://discuss.codemirror.net/t/editor-does-not-scroll-horizontally-with-long-line/3087

Not sure what's the exact cause.