Skip to content

Commit

Permalink
Fix invisible emoji picker
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
  • Loading branch information
marcoambrosini authored and backportbot[bot] committed Oct 15, 2021
1 parent fe1df30 commit 5bda34c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NewMessageForm/NewMessageForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,7 @@ export default {
position: absolute;
left: 5px;
bottom: 1px;
z-index: 1;
.emoji-picker-button {
opacity: .7;
&:hover,
Expand Down

0 comments on commit 5bda34c

Please sign in to comment.