Skip to content

Commit

Permalink
feat: 모바일 환경에서 height 변경되도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ocahs9 committed Jan 2, 2025
1 parent e6f7c63 commit 5e53883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modal/FloatingButtonModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const Container = styled('div', {
},
'@tablet': {
width: '140px',
height: '90px',
height: 'auto',
borderRadius: '18px',
bottom: '72px',
padding: '$6 $0 $6 $4',
Expand Down

0 comments on commit 5e53883

Please sign in to comment.