Skip to content

Commit

Permalink
Merge pull request #6352 from nextcloud/backport/5956/stable22
Browse files Browse the repository at this point in the history
[stable22] Fix invisible emoji picker
  • Loading branch information
nickvergessen committed Oct 15, 2021
2 parents fe1df30 + 5bda34c commit 7d03191
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NewMessageForm/NewMessageForm.vue
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 7d03191

Please sign in to comment.