mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 15:54:13 +01:00
Change UPopover mode from hover to click for improved user interaction
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user