fix: TimeZone select should show the selected timezone (#15838)
* bugfix - CAL4052 TimeZone select should show the selected timezone * Pusheding the code for type - check failure * Updating MenuPosition as absolute --------- Co-authored-by: sumantha <sumantha-ullasa-prabhu@hpe.com>
This commit is contained in:
@@ -165,7 +165,7 @@ export const EventMeta = ({
|
||||
event.lockTimeZoneToggleOnBookingPage ? "cursor-not-allowed" : ""
|
||||
}`}>
|
||||
<TimezoneSelect
|
||||
menuPosition="fixed"
|
||||
menuPosition="absolute"
|
||||
timezoneSelectCustomClassname={classNames?.eventMetaTimezoneSelect}
|
||||
classNames={{
|
||||
control: () => "!min-h-0 p-0 w-full border-0 bg-transparent focus-within:ring-0",
|
||||
|
||||
Reference in New Issue
Block a user