Skip to content

Commit

Permalink
fix height problem
Browse files Browse the repository at this point in the history
  • Loading branch information
issam-seghir committed Dec 12, 2023
1 parent 2f0ba60 commit 5139355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsx/pages/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function App() {
sx={{
display: "flex",
flexDirection: { xs: "column", md: "row" },
minHeight: "100dvh",
height: "100dvh",
alignItems: "stretch",
}}
>
Expand Down

0 comments on commit 5139355

Please sign in to comment.