Skip to content

Commit

Permalink
Merge pull request #5871 from nextcloud/bugfix/5870/fix-emoji-picker-…
Browse files Browse the repository at this point in the history
…position

Fix emoji picker vertical position
  • Loading branch information
nickvergessen authored Jun 25, 2021
2 parents e732ced + 75cebcf commit 12ec203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NewMessageForm/NewMessageForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ export default {
&__emoji-picker {
position: absolute;
left: 5px;
bottom: 1;
bottom: 1px;
.emoji-picker-button {
opacity: .7;
&:hover,
Expand Down

0 comments on commit 12ec203

Please sign in to comment.