(css) Force bg color of Calendar views to white

pull/207/head
Francis Lachapelle 2016-04-22 12:13:07 -04:00
parent 1a30df03c8
commit 09d04984a5
1 changed files with 1 additions and 0 deletions

View File

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