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 {
|
.emoji-dialog {
|
||||||
right: $space-smaller;
|
right: $space-smaller;
|
||||||
top: -278px;
|
top: -278px;
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
right: $space-one;
|
right: $space-one;
|
||||||
|
|
Loading…
Reference in a new issue