From 44bed63c28141cd5f558c49ca0b073bfaa7e0c30 Mon Sep 17 00:00:00 2001 From: mawkone Date: Sun, 14 Jun 2026 13:37:20 -0700 Subject: [PATCH] fix(codebase): constrain right column height to prevent window scrolling --- .../app/[workspace]/project/[projectId]/(home)/code/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/code/page.tsx b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/code/page.tsx index 69eaae3a..4ee97917 100644 --- a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/code/page.tsx +++ b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/code/page.tsx @@ -211,6 +211,7 @@ export default function CodeTab() {