FIX: do not hide time when overflowing in month view (#35016)

This commit is contained in:
Joffrey JAFFEUX
2025-09-27 00:17:44 +02:00
committed by GitHub
parent d1f6e5f4f3
commit da02ab094b
@@ -55,6 +55,10 @@
opacity: 0.3;
}
.fc-dayGridMonth-view .fc-event-time {
overflow: visible !important;
}
#upcoming-events-calendar {
height: 100%;
}