Skip to content

Commit

Permalink
fix emoji picker padding
Browse files Browse the repository at this point in the history
emoji picker bottoms are hidden by iPhone Home Bar.
To fix this, add safe-area padding
  • Loading branch information
takeyaqa committed Apr 8, 2023
1 parent cd915b6 commit 9918740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/components/MkEmojiPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ defineExpose({
&.asDrawer {
width: 100% !important;
padding: 12px 0 max(env(safe-area-inset-bottom, 0px), 12px) 0;
> .emojis {
::v-deep(section) {
Expand Down

0 comments on commit 9918740

Please sign in to comment.