Skip to content

Commit

Permalink
implicit height
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliohome committed Oct 6, 2023
1 parent 840f48c commit 15d634b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/src/layout/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const Layout: FC = (): ReactElement => {
}

return (
<div style={{ height: 800 }}>
<div>
<Stack styles={rootStackStyles}>
<Stack.Item styles={headerStackStyles}>
<Header></Header>
Expand Down

0 comments on commit 15d634b

Please sign in to comment.