diff --git a/src/Pages/ResultPage.tsx b/src/Pages/ResultPage.tsx
index 316d5ae..875a64e 100644
--- a/src/Pages/ResultPage.tsx
+++ b/src/Pages/ResultPage.tsx
@@ -248,7 +248,7 @@ const ResultPage: React.FC = () => {
style={{ height: "2rem" }}
>
@@ -257,8 +257,8 @@ const ResultPage: React.FC = () => {
)}
{recommendation}
@@ -269,7 +269,8 @@ const ResultPage: React.FC = () => {
initial={{ opacity: 0 }}
animate={{ opacity: 1 }}
exit={{ opacity: 0 }}
- className="absolute inset-0 bg-white text-black text-base font-normal px-6 py-4 rounded-lg shadow-lg flex flex-col overflow-y-auto max-h-96"
+ className="absolute inset-0 bg-white text-black text-base font-normal px-6 py-4 rounded-lg shadow-lg flex flex-col overflow-y-auto"
+ style={{ maxHeight: "200px" }}
>