Skip to content

Commit

Permalink
refactor: increase reaction menu emoji picker z-index and anchor comp…
Browse files Browse the repository at this point in the history
…onent relative to menu item
  • Loading branch information
domw30 committed Jan 10, 2025
1 parent 6490276 commit c59cf91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/message/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@
display: flex;
align-self: center;
opacity: 0;
position: relative;
// Sometimes we render an empty menu. This ensures consistency of width of the message bubble.
min-width: 64px;
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/reaction-menu/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
position: absolute;
bottom: 75px;
left: 390px;
z-index: 1010;
z-index: 2000;
color: var(--color-greyscale-11);
}

Expand Down

0 comments on commit c59cf91

Please sign in to comment.