Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1f2178f

Browse files
committedJan 3, 2016
fix(tabs): overflow scroll with child not view. Fixes #4891
1 parent 7f4a425 commit 1f2178f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎scss/_scaffolding.scss

+5
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,11 @@ ion-infinite-scroll {
204204
left: 0;
205205
position: absolute;
206206

207+
&.pane {
208+
overflow-x: hidden;
209+
overflow-y: scroll;
210+
}
211+
207212
.scroll {
208213
position: static;
209214
height: 100%;

0 commit comments

Comments
 (0)
Please sign in to comment.