mirror of
https://github.com/ae-utbm/sith.git
synced 2025-02-22 23:47:11 +00:00
Merge pull request #1019 from ae-utbm/calendar-fix
Fix wrong overflow on chrome for calendar
This commit is contained in:
commit
169e9ea55a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user