Change UPopover mode from hover to click for improved user interaction

This commit is contained in:
2025-07-24 22:13:24 +02:00
parent cfaea67829
commit d527e54b72

View File

@@ -116,7 +116,7 @@ function scrollToSection(id: string) {
</div>
<div v-if="post.body.toc && post.body.toc.links.length > 0" class="pt-4 top-0 flex justify-end sticky z-50">
<UPopover
mode="hover"
mode="click"
:content="{
align: 'end',
side: 'bottom',