From 2048a695f14d7270334cff9fb8369b09a22eb3b0 Mon Sep 17 00:00:00 2001 From: Ichitux Date: Tue, 26 May 2026 20:18:14 +0200 Subject: [PATCH] Frontend fix --- frontend/src/App.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/App.css b/frontend/src/App.css index 75c8ee6..08b8f97 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -134,6 +134,10 @@ .selected-medicine-section { margin-top: 2rem; + max-height: 60vh; + overflow-y: auto; + overscroll-behavior: contain; + padding: 0.5rem 0.5rem 0.5rem 0; animation: fadeInUp 0.6s ease-out; }