Merge pull request #1019 from ae-utbm/calendar-fix

Fix wrong overflow on chrome for calendar
This commit is contained in:
Bartuccio Antoine
2025-02-14 13:20:04 +01:00
committed by GitHub

View File

@@ -75,7 +75,7 @@ ics-calendar {
}
td {
overflow-x: visible; // Show events on multiple days
overflow: visible; // Show events on multiple days
}
//Reset from style.scss