Fixed content scroll in card detail, in compact view.

This commit is contained in:
Giulio Cesare Solaroli
2015-02-14 10:29:51 +01:00
parent 6c30a77ce1
commit 0d49cf3a8c
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -383,7 +383,7 @@ div.cardContent {
*/
.content {
@include flex(auto);
// overflow-y: scroll;
overflow-y: scroll;
}
}
}