From 46f7b26b9119fc7c81657278327e91d5f65453f9 Mon Sep 17 00:00:00 2001 From: MeTaNoV Date: Tue, 19 Apr 2016 13:56:16 +0200 Subject: [PATCH] fixing transition between page of different height --- iron-swipeable-pages.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iron-swipeable-pages.html b/iron-swipeable-pages.html index 1e2b306..a6db3dd 100644 --- a/iron-swipeable-pages.html +++ b/iron-swipeable-pages.html @@ -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) {