diff --git a/demos/collection-repeat/index.html b/demos/collection-repeat/index.html
index bfee65c343..ad2d42fc43 100644
--- a/demos/collection-repeat/index.html
+++ b/demos/collection-repeat/index.html
@@ -35,8 +35,9 @@
{{item.letter || (item.first_name+' '+item.last_name)}}
@@ -83,6 +84,9 @@
margin-top: 10px;
margin-right: 10px;
}
+.list {
+ height: 100%;
+}