From 1d58b0c29bad40a2f355fb8c2b9c80966bc8d451 Mon Sep 17 00:00:00 2001 From: Matt Aitken Date: Thu, 18 Dec 2025 14:25:32 +0000 Subject: [PATCH] Fixed the layout scrolling issues --- .../webapp/app/components/code/TSQLEditor.tsx | 2 +- .../route.tsx | 38 +++++++++---------- 2 files changed, 19 insertions(+), 21 deletions(-) diff --git a/apps/webapp/app/components/code/TSQLEditor.tsx b/apps/webapp/app/components/code/TSQLEditor.tsx index 9298fc6b6..5c3849772 100644 --- a/apps/webapp/app/components/code/TSQLEditor.tsx +++ b/apps/webapp/app/components/code/TSQLEditor.tsx @@ -186,7 +186,7 @@ export function TSQLEditor(opts: TSQLEditorProps) { }} /> {showButtons && ( -
+
{additionalActions && additionalActions} {showClearButton && (