Skip to content

Commit

Permalink
fix(tabs): overflow scroll with child not view. Fixes #4891
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Jan 3, 2016
1 parent 7f4a425 commit 1f2178f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scss/_scaffolding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,11 @@ ion-infinite-scroll {
left: 0;
position: absolute;

&.pane {
overflow-x: hidden;
overflow-y: scroll;
}

.scroll {
position: static;
height: 100%;
Expand Down

0 comments on commit 1f2178f

Please sign in to comment.