From 316fba908becb4772d4086830e9e6da02c609a5f Mon Sep 17 00:00:00 2001 From: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com> Date: Fri, 7 Mar 2025 20:09:09 +0530 Subject: [PATCH] Revert "fix: prevent background scroll on opening timezone select menu (#19789)" (#19814) This reverts commit 1a96149ce35ab853138f46580ab0bd0549f23c2a. --- packages/features/components/timezone-select/TimezoneSelect.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/features/components/timezone-select/TimezoneSelect.tsx b/packages/features/components/timezone-select/TimezoneSelect.tsx index 09070901bb..d5276852da 100644 --- a/packages/features/components/timezone-select/TimezoneSelect.tsx +++ b/packages/features/components/timezone-select/TimezoneSelect.tsx @@ -178,7 +178,7 @@ export function TimezoneSelectComponent({ groupHeading: () => "leading-none text-xs uppercase text-default pl-2.5 pt-4 pb-2", menuList: (state) => classNames( - "scroll-bar h-40 scrollbar-track-w-20 rounded-md", + "scroll-bar scrollbar-track-w-20 rounded-md", timezoneClassNames?.menuList && timezoneClassNames.menuList(state) ), indicatorsContainer: (state) =>