fix: calendar indicators (#2712)
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user