docs(demos): hide scrollbar

This commit is contained in:
Drew Rygh
2015-10-07 16:16:21 -05:00
parent bbdbe823cd
commit 98db9de633

View File

@@ -68,3 +68,7 @@ ion-scroll {
.demo-slide-3 {
background-color: #f53d3d;
}
scroll-content {
overflow-y: hidden;
}