Fix wrong overflow on chrome for calendar

This commit is contained in:
Antoine Bartuccio 2025-02-14 13:09:05 +01:00
parent 820ceb48dd
commit 9b916f6204

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