We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95557bd commit 6fed019Copy full SHA for 6fed019
apps/sim/app/workspace/[workspaceId]/home/home.tsx
@@ -226,7 +226,7 @@ export function Home({ chatId }: HomeProps = {}) {
226
227
if (!hasMessages) {
228
return (
229
- <div className='h-full overflow-y-auto bg-[var(--bg)]'>
+ <div className='h-full overflow-hidden bg-[var(--bg)]'>
230
<div className='flex min-h-full flex-col items-center px-[24px]'>
231
<div className='min-h-[30vh] flex-1' />
232
<h1 className='mb-[24px] max-w-[42rem] font-[440] font-season text-[32px] text-[var(--text-primary)] tracking-[-0.02em]'>
0 commit comments