Skip to content

Commit 6fed019

Browse files
waleedlatif1claude
andcommitted
fix(home): prevent initial view from being scrollable
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 95557bd commit 6fed019

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/home

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/home/home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export function Home({ chatId }: HomeProps = {}) {
226226

227227
if (!hasMessages) {
228228
return (
229-
<div className='h-full overflow-y-auto bg-[var(--bg)]'>
229+
<div className='h-full overflow-hidden bg-[var(--bg)]'>
230230
<div className='flex min-h-full flex-col items-center px-[24px]'>
231231
<div className='min-h-[30vh] flex-1' />
232232
<h1 className='mb-[24px] max-w-[42rem] font-[440] font-season text-[32px] text-[var(--text-primary)] tracking-[-0.02em]'>

0 commit comments

Comments
 (0)