fix(.pane): make pane class have overflow: hidden

Fixes #1218
This commit is contained in:
Andy Joslin
2014-04-29 10:17:19 -06:00
parent 8ffc8be1cf
commit dca87e2c5f

View File

@@ -324,4 +324,5 @@ ion-infinite-scroll.active .scroll-infinite {
width: 100%;
height: 100%;
background-color: $base-background-color;
overflow: hidden;
}