The new snippet manager and snippet functionality is working great. There is a minor display issue if the body of the snippet is long.
There is no vertical scroll bar on the body and moving the cursor down in the edit box will not display the lines that are out of view.
This also causes the "Save Snippet" and "Cancel" buttons to scroll off the screen. Since the body text allows entry of the ENTER and TAB keys (which it should), there is no way to get to the "Save Snippet" button.
Steps to recreate the issue:
- Create a new snippet.
- Insert a long SQL statement in the snippet body. (LongTestSnippet.sql attached for testing)
- Notice that the body textbox grows beyond the bottom of the form and there is no scroll bar.
- Notice that the save and cancel buttons are no longer visible at the bottom of the Snippet Manager form.

[LongTestSnippet.sql](https://github.com/user-attachments/files/27659849/LongTestSnippet.sql)
John Couture
The new snippet manager and snippet functionality is working great. There is a minor display issue if the body of the snippet is long.
There is no vertical scroll bar on the body and moving the cursor down in the edit box will not display the lines that are out of view.
This also causes the "Save Snippet" and "Cancel" buttons to scroll off the screen. Since the body text allows entry of the ENTER and TAB keys (which it should), there is no way to get to the "Save Snippet" button.
Steps to recreate the issue:
John Couture