Skip to content

Commit

Permalink
Merge pull request Yanabada#249 from Yanabada/feature/Yanabada#247
Browse files Browse the repository at this point in the history
Fix: ios 11 용 padding bottom 추가
  • Loading branch information
Gaoridang authored Jan 30, 2024
2 parents 0d14f80 + 4f1b9a3 commit dce165c
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 dce165c

Please sign in to comment.