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; }