From 7b0ff24c47b9799b94d1ea4c53ee123352c1d896 Mon Sep 17 00:00:00 2001 From: lenhanphung Date: Wed, 24 Sep 2025 13:12:43 +0700 Subject: [PATCH] style: fix scroll table main grid --- src/components/Calendar/CustomCalendar.css | 3 +++ 1 file changed, 3 insertions(+) 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