Skip to content

Commit

Permalink
Merge pull request #62 from phvm/develop
Browse files Browse the repository at this point in the history
feat: height to mainDiv
  • Loading branch information
dcruzb authored Jul 24, 2023
2 parents 4979496 + bc209cf commit 2156e10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib-components/Page/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export function Page({
<MainDiv
style={{
minHeight: `calc(100vh - ${diff}px)`,
height: `calc(100vh - ${diff}px)`,
alignItems: centralized ? 'center' : 'normal',
justifyContent: centralized ? 'center' : 'normal',
flexDirection: column ? 'column' : 'row'
Expand Down

0 comments on commit 2156e10

Please sign in to comment.