Skip to content

Commit

Permalink
Merge pull request #236 from caktus/video-walkthrough-bug-fixes-2
Browse files Browse the repository at this point in the history
Fix footer not pinned to bottom of screen when comparing agencies
  • Loading branch information
Afani97 authored Oct 10, 2023
2 parents 86d50d9 + e034c66 commit 525cae4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ export const ChartPageBase = styled(motion.article)`
height: 100%;
overflow-y: hidden;
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
`;

export const ChartPageContent = styled.div`
margin: 0 auto;
padding: 1.5em 6em 3em 4em;
overflow: hidden;
Expand Down

0 comments on commit 525cae4

Please sign in to comment.