Skip to content

Commit

Permalink
minHeight instead of height
Browse files Browse the repository at this point in the history
  • Loading branch information
MaPoKen committed Jan 16, 2025
1 parent 9dbbeb9 commit 9dc85c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Learningpath/Learningpath.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const StyledPageContainer = styled(PageContainer, {
base: {
position: "relative",
background: "background.subtle",
height: "100vh",
minHeight: "100vh",
gap: "large",
},
variants: {
Expand Down

0 comments on commit 9dc85c6

Please sign in to comment.