(css) Fix overflow of all-day events

pull/207/head
Francis Lachapelle 2016-04-29 10:52:21 -04:00
parent d1c13da924
commit ecf58246d7
1 changed files with 2 additions and 1 deletions

View File

@ -186,9 +186,10 @@ $quarter_height: 10px;
flex-direction: row; flex-direction: row;
align-items: stretch; align-items: stretch;
.day { .day {
border-left: 1px solid sg-color($sogoPaper, 300);
flex-grow: 1; flex-grow: 1;
flex-basis: 0; flex-basis: 0;
border-left: 1px solid sg-color($sogoPaper, 300); overflow: hidden;
.clickableHourCell { .clickableHourCell {
height: $quarter_height * 4; height: $quarter_height * 4;
border-bottom: 1px solid sg-color($sogoPaper, 300); border-bottom: 1px solid sg-color($sogoPaper, 300);