1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-03 13:06:47 +01:00

fix: fix tooltip overlaps with editor tool popup on Mobile (#2582)

This commit is contained in:
lazzzis 2024-02-10 22:39:45 -08:00 committed by GitHub
parent be4752ee0c
commit 40415f34a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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')"