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
|
@ -354,7 +354,7 @@ defineExpose({
|
|||
</CommonTooltip>
|
||||
|
||||
<CommonTooltip placement="top" :content="$t('tooltip.change_language')">
|
||||
<CommonDropdown placement="bottom">
|
||||
<CommonDropdown placement="bottom" auto-boundary-max-size>
|
||||
<button btn-action-icon :aria-label="$t('tooltip.change_language')" w-12 mr--1>
|
||||
<div i-ri:translate-2 />
|
||||
<div i-ri:arrow-down-s-line text-sm text-secondary me--1 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue