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

@@ -189,7 +189,7 @@ onMounted(() => {
justify-content: center;
position: fixed;
bottom: 2rem;
z-index: 1000;
z-index: 10000;
pointer-events: none;
}