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

@@ -189,7 +189,11 @@ export default {
}
.emoji-dialog {
right: $space-one;
right: space-smaller;
&::before {
right: $space-one;
}
}
.button-wrap {