Skip to content

Commit 84b5e91

Browse files
committed
fix(ionContent): fix rare positioning bug when overflow-scroll is enabled
Closes #1281
1 parent 97e710e commit 84b5e91

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
@@ -275,6 +275,11 @@ ion-infinite-scroll {
275275
overflow-x: hidden;
276276
overflow-y: scroll;
277277
-webkit-overflow-scrolling: touch;
278+
top: 0;
279+
right: 0;
280+
bottom: 0;
281+
left: 0;
282+
position: absolute;
278283

279284
.scroll {
280285
position: static;

0 commit comments

Comments
 (0)