Improved tooltip positioning and sizing, in particular for stashing (heart).

This commit is contained in:
2026-07-25 01:17:12 +02:00
parent e8f1dca2a0
commit eed07ba84b
5 changed files with 71 additions and 29 deletions

View File

@@ -248,6 +248,8 @@ async function reloadStashes(newStash) {
v-if="itemStashes && (showSecondary || (hasSecondaryStash && pageStash?.user.id !== user.id))"
:aria-id="stashMenuDropdownId"
:shown="showStashes"
placement="auto"
popper-class="no-outer-scroll"
@hide="showStashes = false"
>
<Icon
@@ -274,6 +276,8 @@ async function reloadStashes(newStash) {
:triggers="[]"
:shown="showStashes"
:disabled="showSecondary"
placement="auto"
popper-class="no-outer-scroll"
@hide="showStashes = false"
>
<template v-if="pageStash?.user.id === user.id">