Fix month names are not fully visible - they were covered by end of month filler

This commit is contained in:
nathangray 2016-05-25 15:30:30 -06:00
parent f3ec3a205c
commit f7592ae0b0

View File

@ -1158,6 +1158,7 @@ Hide subsequent headers in week view with non-consolidated owners
.calendar_eventRowsFiller {
position: absolute;
top: 0px;
right: 0px;
height: 93%;
background-color: white;
border: 1px dashed gray;