mirror of
https://github.com/ae-utbm/sith.git
synced 2025-02-22 15:37:14 +00:00
Fix wrong overflow on chrome for calendar
This commit is contained in:
parent
820ceb48dd
commit
9b916f6204
@ -75,7 +75,7 @@ ics-calendar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
overflow-x: visible; // Show events on multiple days
|
overflow: visible; // Show events on multiple days
|
||||||
}
|
}
|
||||||
|
|
||||||
//Reset from style.scss
|
//Reset from style.scss
|
||||||
|
Loading…
x
Reference in New Issue
Block a user