diff --git a/src/common-elements/panels.ts b/src/common-elements/panels.ts index 1360c8e1..2f30b399 100644 --- a/src/common-elements/panels.ts +++ b/src/common-elements/panels.ts @@ -21,6 +21,10 @@ export const Section = styled.div.attrs(props => ({ min-height: calc(100vh + 1px); } + & > &:last-child { + min-height: initial; + } + ${media.lessThan('medium', true)` padding: 0; `}