Skip to content

Commit

Permalink
fix: pb-action-button env값 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyugeon committed Jun 16, 2024
1 parent 345896d commit b9319ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@
*/

.pb-action-button {
@apply pb-[calc(env(safe-area-inset-bottom)+6.3rem)];
@apply pb-[6.3rem];
}
}

0 comments on commit b9319ba

Please sign in to comment.