Skip to content

Commit

Permalink
Updated Footer 'absolute' to 'relative'
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyc1 committed Oct 16, 2023
1 parent b9d2f25 commit ffa26c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Footer/styleFooter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const footerClasses = {
};
export const FooterRoot = styled('div')(({ theme }) => ({
[`& .${footerClasses.footerBox}`]: {
position: 'absolute',
position: 'relative',
bottom: 0,
width: '100%',
backgroundColor: theme.palette.primary.main
Expand Down

0 comments on commit ffa26c1

Please sign in to comment.