From 86be739667d53aa1906c75dc9f67d62bc6108170 Mon Sep 17 00:00:00 2001 From: Hera Zhao Date: Tue, 7 Apr 2026 21:50:07 +0000 Subject: [PATCH] Fix card overlay: scrollable buttons, doTERRA casing, English text - Move action buttons (favorite, save-to-diary) inside card view so they scroll with content instead of sticking at top - Remove text-transform:uppercase so doTERRA renders correctly - Fix English dilution text to match main branch (bottle vs single-use) - Add close button to editor view header Co-Authored-By: Claude Opus 4.6 (1M context) --- .../src/components/RecipeDetailOverlay.vue | 84 ++++++++----------- 1 file changed, 37 insertions(+), 47 deletions(-) diff --git a/frontend/src/components/RecipeDetailOverlay.vue b/frontend/src/components/RecipeDetailOverlay.vue index 5f8c771..897f16d 100644 --- a/frontend/src/components/RecipeDetailOverlay.vue +++ b/frontend/src/components/RecipeDetailOverlay.vue @@ -1,30 +1,28 @@