From 5f02f7776920037f99fdf28f7cde3511e3bd9590 Mon Sep 17 00:00:00 2001 From: lenhanphung Date: Wed, 24 Sep 2025 11:40:01 +0700 Subject: [PATCH] style: hidden first slot label --- 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 4c6bcdb..5a74d82 100644 --- a/src/components/Calendar/CustomCalendar.css +++ b/src/components/Calendar/CustomCalendar.css @@ -105,6 +105,9 @@ th.fc-col-header-cell.fc-day { position: relative; transform: translate(-15px, -12px); } +.fc tbody tr:first-of-type .fc-timegrid-slot-label .fc-timegrid-slot-label-frame { + display: none; +} .fc .fc-timegrid-slot-label .fc-timegrid-slot-label-frame::after { content: ""; z-index: -1;