Skip to content

Commit

Permalink
Merge pull request #516 from dulithsenanayake/sub-page-misalignment-fix
Browse files Browse the repository at this point in the history
Remove height property from parent component
  • Loading branch information
dulithsenanayake authored Nov 27, 2023
2 parents f22c80b + 2792209 commit 06cd2d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ html, body {
}

#react-root {
height: 100%;
min-height: 100%;
}

@media (max-width: 601px) {
Expand Down

0 comments on commit 06cd2d0

Please sign in to comment.