Skip to content

Commit 80711a4

Browse files
committed
Ensure layout is full height
1 parent cbcc197 commit 80711a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/(auth)/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const Layout = ({ children }: { children: ReactNode }) => {
105105

106106
return (<div className="flex h-full overflow-y-auto">
107107
<Sidebar
108-
className="sticky top-0 h-full"
108+
className="sticky top-0 h-screen"
109109
rootStyles={{
110110
borderColor: "#171C28",
111111
}}

0 commit comments

Comments
 (0)