File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def lemcal_booking_calendar():
1010 """Return the Lemcal booking calendar."""
1111 return rx .fragment (
1212 rx .el .div (
13- class_name = "lemcal-embed-booking-calendar h-[calc(100dvh-4rem)] overflow-y-auto w-auto" ,
13+ class_name = "lemcal-embed-booking-calendar h-[calc(100dvh-4rem)] overflow-y-auto w-auto max-h-fit " ,
1414 custom_attrs = {
1515 "data-user" : "usr_8tiwtJ8nEJaFj2qH9" ,
1616 "data-meeting-type" : "met_EHtPvmZoKE4SFk4kZ" ,
@@ -56,7 +56,7 @@ def lemcal_dialog(trigger: rx.Component, **props) -> rx.Component:
5656 lemcal_booking_calendar (),
5757 class_name = "relative isolate overflow-hidde -m-px" ,
5858 ),
59- class_name = "h-[calc(100dvh-4rem)] w-auto mt-1 overflow-hidden" ,
59+ class_name = "h-fit w-auto mt-1 overflow-hidden" ,
6060 ),
6161 ),
6262 class_name = class_name ,
You can’t perform that action at this time.
0 commit comments