Skip to content

Commit

Permalink
feat: Safari Footer 안보이는 현상 개선
Browse files Browse the repository at this point in the history
  • Loading branch information
dydals3440 committed Feb 17, 2024
1 parent d897343 commit 405393d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/footer/Footer.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import theme from '@/theme';
const FooterWrapper = styled.div`
width: 100%;
height: 80px;
position: fixed;
bottom: 0px;
background-color: ${theme.COLOR.MAIN.WHITE};
color: ${theme.COLOR.MAIN.BLACK};
Expand Down

0 comments on commit 405393d

Please sign in to comment.