diff --git a/src/components/Calendar/CustomCalendar.css b/src/components/Calendar/CustomCalendar.css index 6b634bc..8bf7bbf 100644 --- a/src/components/Calendar/CustomCalendar.css +++ b/src/components/Calendar/CustomCalendar.css @@ -224,3 +224,6 @@ th.fc-col-header-cell.fc-day:hover .fc-timegrid-slot-label { background-color: #fff !important; } +thead .fc-scroller, tbody > tr.fc-scrollgrid-section:first-of-type .fc-scroller { + overflow: hidden !important; +} \ No newline at end of file