mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(ionContent): fix rare positioning bug when overflow-scroll is enabled
Closes #1281
This commit is contained in:
@@ -275,6 +275,11 @@ ion-infinite-scroll {
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
|
||||
.scroll {
|
||||
position: static;
|
||||
|
||||
Reference in New Issue
Block a user