From 9dd010c3eac8859da7b9660d813b7506daa031f8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 12 Dec 2025 13:02:19 +0000 Subject: [PATCH 1/2] Initial plan From d3b368bfee24075b1fc311d28928a2221481ed92 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 12 Dec 2025 13:09:47 +0000 Subject: [PATCH 2/2] Fix layout: Change min-h-full to min-h-screen for proper viewport coverage Co-authored-by: olejri <1122765+olejri@users.noreply.github.com> --- src/components/MainLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MainLayout.tsx b/src/components/MainLayout.tsx index 012b9ff..f8a8b86 100644 --- a/src/components/MainLayout.tsx +++ b/src/components/MainLayout.tsx @@ -59,7 +59,7 @@ const MainComponent = (props: ContainerProps) => { } return ( <> -
+
{({ open }) => ( <>