1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-07-20 16:59:23 +00:00

Fix wrong overflow on chrome for calendar

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

@ -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