mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-21 22:13:31 -07:00
fix tooltip position
This commit is contained in:
parent
01cd146592
commit
d728d78f0c
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue