Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2021-07-06 14:36:56 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2021-07-06 14:36:56 +0300
commit809804bc6e21e13fdb414aa7573eab932288636f (patch)
treecd598ddea44cf6696e581f3ebebb066cd9972b29 /src/components/NewMessageForm
parent09aafea4526cd69ceba733841221595b22db6cfe (diff)
Fix invisible emoji picker
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'src/components/NewMessageForm')
-rw-r--r--src/components/NewMessageForm/NewMessageForm.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/NewMessageForm/NewMessageForm.vue b/src/components/NewMessageForm/NewMessageForm.vue
index b638f56f2..627bc1b31 100644
--- a/src/components/NewMessageForm/NewMessageForm.vue
+++ b/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,