From c28f367f46f92292f85884e5a0bc195882efd8f5 Mon Sep 17 00:00:00 2001 From: Rajat Dabade Date: Thu, 11 Jan 2024 16:22:20 +0530 Subject: [PATCH] refactor: updated height for date selector (#4331) --- frontend/src/container/TopNav/DateTimeSelection/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/container/TopNav/DateTimeSelection/index.tsx b/frontend/src/container/TopNav/DateTimeSelection/index.tsx index b36a1ebaba..65c6b36974 100644 --- a/frontend/src/container/TopNav/DateTimeSelection/index.tsx +++ b/frontend/src/container/TopNav/DateTimeSelection/index.tsx @@ -295,6 +295,7 @@ function DateTimeSelection({ style={{ minWidth: 120, }} + listHeight={400} > {options.map(({ value, label }) => (