fix: calendar indicators (#2712)

This commit is contained in:
Manuel
2025-03-28 12:43:45 +00:00
committed by GitHub
parent 08e0dd76ae
commit 70ea093eb6
2 changed files with 10 additions and 10 deletions

View File

@@ -107,11 +107,10 @@ const CalendarBase = ({ isEditMode, events, month, setMonth, options }: Calendar
day: {
borderRadius: actualItemRadius,
width: "100%",
height: "100%",
},
month: {
height: "100%",
height: "auto",
position: "relative",
},
month: {},
weekday: {
padding: 0,
},