style(Booker): overflow on timezone Select (#16242)

This commit is contained in:
Sy Sagar
2024-08-20 08:26:53 +00:00
committed by GitHub
parent 9001eb7795
commit 8a7beff339
@@ -169,7 +169,7 @@ export const EventMeta = ({
timezoneSelectCustomClassname={classNames?.eventMetaTimezoneSelect}
classNames={{
control: () => "!min-h-0 p-0 w-full border-0 bg-transparent focus-within:ring-0",
menu: () => "!w-64 max-w-[90vw]",
menu: () => "!w-64 max-w-[90vw] mb-1 ",
singleValue: () => "text-text py-1",
indicatorsContainer: () => "ml-auto",
container: () => "max-w-full",