fix: prevent language&emoji pickers from overflowing (#735)
This commit is contained in:
parent
b14add8c83
commit
f4ff6ee35d
3 changed files with 4 additions and 2 deletions
|
@ -45,6 +45,7 @@ const hideEmojiPicker = () => {
|
|||
|
||||
<template>
|
||||
<VDropdown
|
||||
auto-boundary-max-size
|
||||
@apply-show="openEmojiPicker()"
|
||||
@apply-hide="hideEmojiPicker()"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue