diff --git a/vue/src/components/RecipeCard.vue b/vue/src/components/RecipeCard.vue index 9e3d4d94f..7175e9f79 100755 --- a/vue/src/components/RecipeCard.vue +++ b/vue/src/components/RecipeCard.vue @@ -234,7 +234,7 @@ export default { .content .content-overlay { background: rgba(0, 0, 0, 0.7); position: absolute; - height: 99%; + height: 100%; width: 100%; left: 0; top: 0;