fix: Emoji picker is not working on the expanded layout (#5398)

This commit is contained in:
Sivin Varghese
2022-09-06 10:41:39 +05:30
committed by GitHub
parent f5e360fd4d
commit 79406c5775
3 changed files with 37 additions and 6 deletions

View File

@@ -431,12 +431,12 @@ export default {
position: fixed;
left: unset;
position: absolute;
}
.emoji-dialog::before {
transform: rotate(0deg);
left: 5px;
bottom: var(--space-minus-slab);
&::before {
transform: rotate(0deg);
left: var(--space-half);
bottom: var(--space-minus-slab);
}
}
}
}