(css) Force bg color of Calendar views to white

This commit is contained in:
Francis Lachapelle
2016-04-22 12:13:07 -04:00
parent 1a30df03c8
commit 09d04984a5

View File

@@ -175,6 +175,7 @@ $quarter_height: 10px;
}
md-content[sg-calendar-scroll-view] {
background-color: #fff;
overflow-y: scroll;
overflow-x: hidden;
}