mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-21 08:55:24 +03:00
fix: fix tooltip overlaps with editor tool popup on Mobile (#2582)
This commit is contained in:
parent
be4752ee0c
commit
40415f34a4
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ const { editor } = defineProps<{
|
|||
|
||||
<template>
|
||||
<CommonTooltip placement="top" :content="$t('tooltip.open_editor_tools')">
|
||||
<VDropdown v-if="editor" placement="top">
|
||||
<VDropdown v-if="editor" placement="bottom">
|
||||
<button
|
||||
btn-action-icon
|
||||
:aria-label="$t('tooltip.open_editor_tools')"
|
||||
|
|
Loading…
Reference in a new issue