From 74d3c2175a937795c1f47774ab0d319ac86b4312 Mon Sep 17 00:00:00 2001 From: TheMythologist Date: Sun, 11 Jan 2026 15:11:49 +0800 Subject: [PATCH] ui: Set footer to stick to viewport bottom --- app/layout.tsx | 4 ++-- components/student-group/StudentGroups.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 292010c..9d1a486 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -23,9 +23,9 @@ export default function RootLayout({ return ( -
+
-
{children}
+
{children}
diff --git a/components/student-group/StudentGroups.tsx b/components/student-group/StudentGroups.tsx index e6b4778..9c6a028 100644 --- a/components/student-group/StudentGroups.tsx +++ b/components/student-group/StudentGroups.tsx @@ -83,7 +83,7 @@ export default function StudentGroups({ orgs }: StudentGroupsProps) { const totalPages = Math.ceil(igCardsToDisplay.length / PAGE_SIZE); return ( -
+
{orgs.length === 0 && (