fix(client): PWA時の絵文字ピッカーの位置をホームバーに重ならないように調整 (#10534)
* fix emoji picker padding emoji picker bottoms are hidden by iPhone Home Bar. To fix this, add safe-area padding * update CHANGELOG
This commit is contained in:
parent
789689e759
commit
e58b357918
2 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue