From 71cf51422f3502698f33e8e12cb6523176f47302 Mon Sep 17 00:00:00 2001 From: Rohan Chakraborty Date: Tue, 5 May 2026 11:51:02 +0530 Subject: [PATCH] fix: update calendar select height --- packages/raystack/components/calendar/calendar.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/raystack/components/calendar/calendar.module.css b/packages/raystack/components/calendar/calendar.module.css index e86695bc2..34b0d88f3 100644 --- a/packages/raystack/components/calendar/calendar.module.css +++ b/packages/raystack/components/calendar/calendar.module.css @@ -197,7 +197,7 @@ } .dropdownContent { - max-height: 400px; + max-height: 260px; } .disabled {