diff --git a/frontend/components/Domain/Recipe/RecipeIngredientEditor.vue b/frontend/components/Domain/Recipe/RecipeIngredientEditor.vue index ebf11b577..4c779d81e 100644 --- a/frontend/components/Domain/Recipe/RecipeIngredientEditor.vue +++ b/frontend/components/Domain/Recipe/RecipeIngredientEditor.vue @@ -59,6 +59,7 @@ class="mx-1" :placeholder="$t('recipe.choose-unit')" clearable + :menu-props="{ attach: props.menuAttachTarget, maxHeight: '250px' }" @keyup.enter="handleUnitEnter" >