Skip to content

Commit

Permalink
fix: ensure main content area uses all available height
Browse files Browse the repository at this point in the history
  • Loading branch information
DavieReid committed Jun 30, 2023
1 parent 18f7a0b commit f0ae4a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/layouts/src/LayoutBase/styles.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ export default {
gridArea: 'base-layout-main',
display: 'flex',
justifyContent: 'center',
zIndex: 1
zIndex: 1,
minHeight: `calc(100vh - ${config.appHeader.height}px)`
}),

header: style([
Expand Down

0 comments on commit f0ae4a1

Please sign in to comment.