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

This commit is contained in:
nathangray 2016-05-26 15:39:53 -06:00
parent 473fa38969
commit db98dd457e

View File

@ -1136,6 +1136,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;