Skip to content

Commit

Permalink
fixing transition between page of different height
Browse files Browse the repository at this point in the history
  • Loading branch information
MeTaNoV committed Apr 19, 2016
1 parent 4783279 commit 46f7b26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iron-swipeable-pages.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
:host > ::content > * {
position: absolute;
width: 100%;
height: 100%;
overflow-y: auto;
will-change: left, transform;
}
:host > ::content > :not(.iron-selected):not(.iron-swiping) {
Expand Down

0 comments on commit 46f7b26

Please sign in to comment.