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

View File

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