Revert "fix: prevent background scroll on opening timezone select menu (#19789)" (#19814)

This reverts commit 1a96149ce3.
This commit is contained in:
Anik Dhabal Babu
2025-03-07 14:39:09 +00:00
committed by GitHub
parent d40d282912
commit 316fba908b
@@ -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) =>