Skip to content

Commit 39d8ecd

Browse files
committed
devin fix
1 parent b160d1c commit 39d8ecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/webapp/app/components/layout/AppLayout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ export function MainCenteredContainer({
6565
className?: string;
6666
}) {
6767
return (
68-
<div className="flex h-full w-full items-center justify-center overflow-y-auto p-4 scrollbar-thin scrollbar-track-transparent scrollbar-thumb-charcoal-600 lg:items-start lg:p-0">
69-
<div className={cn("mx-auto max-w-xs overflow-y-auto p-1 lg:mt-[22vh]", className)}>
68+
<div className="flex h-full w-full flex-col overflow-y-auto p-4 scrollbar-thin scrollbar-track-transparent scrollbar-thumb-charcoal-600 lg:p-0">
69+
<div className={cn("m-auto max-w-xs p-1 lg:mx-auto lg:mb-0 lg:mt-[22vh]", className)}>
7070
{children}
7171
</div>
7272
</div>

0 commit comments

Comments
 (0)