diff --git a/src/common-elements/panels.ts b/src/common-elements/panels.ts index 08620b3997..1360c8e1a2 100644 --- a/src/common-elements/panels.ts +++ b/src/common-elements/panels.ts @@ -17,6 +17,10 @@ export const Section = styled.div.attrs(props => ({ }))<{ underlined?: boolean }>` padding: ${props => props.theme.spacing.sectionVertical}px 0; + &:last-child { + min-height: calc(100vh + 1px); + } + ${media.lessThan('medium', true)` padding: 0; `}