Skip to content

Commit

Permalink
fix flex-grow growing outside parent height
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjas committed May 11, 2023
1 parent b6b3566 commit 8572330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/AppBody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const AppBody = () => {
<DialogOversikt />
<div className="h-full flex flex-col flex-1">
<DialogHeader />
<div className="flex flex-1">
<div className="flex flex-1 min-h-0">
<Outlet />
</div>
</div>
Expand Down

0 comments on commit 8572330

Please sign in to comment.