From d0481ed18ccd7647ed577cf50380c807982616be Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Mon, 27 Nov 2023 19:59:06 +0100 Subject: [PATCH] fixed recipe card description overlay --- vue/src/components/RecipeCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue/src/components/RecipeCard.vue b/vue/src/components/RecipeCard.vue index 9e3d4d94..7175e9f7 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;