Skip to content

Commit 1f2178f

Browse files
committed
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

Diff for: 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)