Commit b8ce3f875f910114df3493025b57f18d1a7e6474

Authored by Andrea Petta
1 parent de3b5379

plugin update

bower_components/neon-animation/neon-animated-pages.html
@@ -34,7 +34,7 @@ animations to be run when switching to or switching out of the page. @@ -34,7 +34,7 @@ animations to be run when switching to or switching out of the page.
34 } 34 }
35 35
36 :host > ::content > * { 36 :host > ::content > * {
37 - /*position: absolute; SPODDESPODDESPODDE*/ 37 + position: absolute;
38 top: 0; 38 top: 0;
39 left: 0; 39 left: 0;
40 bottom: 0; 40 bottom: 0;
controllets/page-slider-controllet/page-slider-controllet.html
@@ -45,6 +45,10 @@ @@ -45,6 +45,10 @@
45 padding: 0; 45 padding: 0;
46 } 46 }
47 47
  48 + :host > ::content neon-animatable.iron-selected:not(.neon-animating) {
  49 + position: static;
  50 + }
  51 +
48 .header{ 52 .header{
49 font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; 53 font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
50 width: 100%; 54 width: 100%;