(css) Fix scrollbars in Calendar views

This commit is contained in:
Francis Lachapelle
2015-11-11 16:44:26 -05:00
parent b30f20e1b3
commit 98493fbcac
2 changed files with 2 additions and 2 deletions
@@ -134,7 +134,7 @@ $block_margin: 2%; // See sgCalendarDayBlock.directive.js
}
}
md-content {
md-content[sg-calendar-scroll-view] {
overflow-y: scroll;
overflow-x: hidden;
}