fix tooltip position

This commit is contained in:
Michael Genson 2025-07-28 20:05:14 +00:00
commit d728d78f0c

View file

@ -64,7 +64,7 @@
@keyup.enter="handleUnitEnter"
>
<template #prepend>
<v-tooltip v-if="unitError" bottom>
<v-tooltip v-if="unitError" location="bottom">
<template #activator="{ props }">
<v-icon
v-bind="props"
@ -121,7 +121,7 @@
@keyup.enter="handleFoodEnter"
>
<template #prepend>
<v-tooltip v-if="foodError" bottom>
<v-tooltip v-if="foodError" location="bottom">
<template #activator="{ props }">
<v-icon
v-bind="props"