fix: header overlaps in month view on short viewport (#20749)
* fix: header overlaps in month view on short viewport * refactor: Merge classes into same condition * fix: Remove booker margin top if isEmbed --------- Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com> Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com> Co-authored-by: amrit <iamamrit27@gmail.com>
This commit is contained in:
co-authored by
Anik Dhabal Babu
Tushar Bhatt
amrit
parent
3731b1ef3d
commit
51212cdacf
@@ -324,6 +324,7 @@ const BookerComponent = ({
|
||||
// In a popup embed, if someone clicks outside the main(having main class or main tag), it closes the embed
|
||||
"main",
|
||||
"text-default flex min-h-full w-full flex-col items-center",
|
||||
layout === BookerLayouts.MONTH_VIEW && !isEmbed && "my-20 ",
|
||||
layout === BookerLayouts.MONTH_VIEW ? "overflow-visible" : "overflow-clip",
|
||||
`${customClassNames?.bookerWrapper}`
|
||||
)}>
|
||||
|
||||
Reference in New Issue
Block a user