Skip to content

Commit ea2810a

Browse files
authored
Merge pull request supabase-community#9 from supabase-community/fix/expanding-height
Fix chat/IDE expanding beyond screen height for some convos
2 parents 0a5d6e8 + 0a7e516 commit ea2810a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/postgres-new/components/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default function Layout({ children }: LayoutProps) {
4949
there.
5050
</div>
5151
)}
52-
<div className="flex-1 flex flex-col lg:flex-row">
52+
<div className="flex-1 flex flex-col lg:flex-row min-h-0">
5353
<AnimatePresence initial={false} mode="popLayout">
5454
{showSidebar && (
5555
<m.div

0 commit comments

Comments
 (0)