style(Booker): overflow on timezone Select (#16242)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user