Skip to content

Commit dca87e2

Browse files
committed
fix(.pane): make pane class have overflow: hidden
Fixes #1218
1 parent 8ffc8be commit dca87e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/_scaffolding.scss

+1
Original file line numberDiff line numberDiff line change
@@ -324,4 +324,5 @@ ion-infinite-scroll.active .scroll-infinite {
324324
width: 100%;
325325
height: 100%;
326326
background-color: $base-background-color;
327+
overflow: hidden;
327328
}

0 commit comments

Comments
 (0)