fix: Update max-width to fix overflow for emoji selector (#5727)

This commit is contained in:
Nithin David Thomas 2022-10-25 08:29:36 +05:30 committed by GitHub
parent 3a71fe3260
commit d54392cb53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -191,6 +191,7 @@ export default {
.emoji-dialog { .emoji-dialog {
right: $space-smaller; right: $space-smaller;
top: -278px; top: -278px;
max-width: 100%;
&::before { &::before {
right: $space-one; right: $space-one;