Skip to content

Commit 0e7ed8b

Browse files
committed
update margin on lemcal calendar
1 parent ffe179f commit 0e7ed8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reflex_ui/blocks/lemcal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def lemcal_dialog(trigger: rx.Component, **props) -> rx.Component:
5454
),
5555
),
5656
lemcal_booking_calendar(),
57-
class_name="relative isolate overflow-hidden",
57+
class_name="relative isolate overflow-hidde -m-px",
5858
),
5959
class_name="h-[calc(100dvh-4rem)] w-auto mt-1 overflow-hidden",
6060
),

0 commit comments

Comments
 (0)