Skip to content

Commit

Permalink
Merge pull request #249 from Yanabada/feature/#247
Browse files Browse the repository at this point in the history
Fix: ios 11 용 padding bottom 추가
  • Loading branch information
Lee JaeJun authored Jan 30, 2024
2 parents 5561e27 + 5e773d4 commit 316afa2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/navBar/bottomNavBar/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ export const BottomNavWrapper = styled.div`
padding-left: constant(safe-area-inset-left);
padding-right: constant(safe-area-inset-right);
padding-bottom: constant(safe-area-inset-bottom);
padding-left: env(safe-area-inset-left);
padding-right: env(safe-area-inset-right);
padding-bottom: env(safe-area-inset-bottom);
user-select: none;
z-index: 999;
Expand Down

0 comments on commit 316afa2

Please sign in to comment.