Skip to content

Commit

Permalink
front: fix emoji picker visuals (#4143)
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu authored Mar 5, 2024
1 parent f02f628 commit b079f71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function EmojiSelector({
/>
</div>
</DropdownMenu.Button>
<DropdownMenu.Items width={280} origin="topRight">
<DropdownMenu.Items width={400} origin="topRight" overflow="visible">
<Picker
theme="light"
previewPosition="none"
Expand Down

0 comments on commit b079f71

Please sign in to comment.