mirror of
https://github.com/ae-utbm/sith.git
synced 2025-02-22 15:37:14 +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,10 +75,10 @@ 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
|
||||||
table {
|
table {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
@ -86,13 +86,13 @@ ics-calendar {
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reset from style.scss
|
// Reset from style.scss
|
||||||
thead {
|
thead {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reset from style.scss
|
// Reset from style.scss
|
||||||
tbody>tr {
|
tbody>tr {
|
||||||
&:nth-child(even):not(.highlight) {
|
&:nth-child(even):not(.highlight) {
|
||||||
background: white;
|
background: white;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user