Browse Source

Merge pull request #5956 from nextcloud/bugfix/5917/fix-emoji-picker-safari

Fix invisible emoji picker
pull/5966/head
Joas Schilling 5 years ago
committed by GitHub
parent
commit
72b592b17d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/components/NewMessageForm/NewMessageForm.vue

1
src/components/NewMessageForm/NewMessageForm.vue

@ -532,6 +532,7 @@ export default {
position: absolute;
left: 5px;
bottom: 1px;
z-index: 1;
.emoji-picker-button {
opacity: .7;
&:hover,

Loading…
Cancel
Save