fix: fix tooltip overlaps with editor tool popup on Mobile (#2582)
This commit is contained in:
parent
be4752ee0c
commit
40415f34a4
|
@ -8,7 +8,7 @@ const { editor } = defineProps<{
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<CommonTooltip placement="top" :content="$t('tooltip.open_editor_tools')">
|
<CommonTooltip placement="top" :content="$t('tooltip.open_editor_tools')">
|
||||||
<VDropdown v-if="editor" placement="top">
|
<VDropdown v-if="editor" placement="bottom">
|
||||||
<button
|
<button
|
||||||
btn-action-icon
|
btn-action-icon
|
||||||
:aria-label="$t('tooltip.open_editor_tools')"
|
:aria-label="$t('tooltip.open_editor_tools')"
|
||||||
|
|
Loading…
Reference in a new issue