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) =>