fix: Update max-width to fix overflow for emoji selector (#5727)
This commit is contained in:
parent
3a71fe3260
commit
d54392cb53
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ export default {
|
|||
.emoji-dialog {
|
||||
right: $space-smaller;
|
||||
top: -278px;
|
||||
max-width: 100%;
|
||||
|
||||
&::before {
|
||||
right: $space-one;
|
||||
|
|
Loading…
Reference in a new issue