We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b160d1c commit 39d8ecdCopy full SHA for 39d8ecd
apps/webapp/app/components/layout/AppLayout.tsx
@@ -65,8 +65,8 @@ export function MainCenteredContainer({
65
className?: string;
66
}) {
67
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)}>
+ <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">
+ <div className={cn("m-auto max-w-xs p-1 lg:mx-auto lg:mb-0 lg:mt-[22vh]", className)}>
70
{children}
71
</div>
72
0 commit comments