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
commit 169e9ea55a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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