| Index: third_party/polymer/v1_0/components-chromium/neon-animation/neon-animated-pages.html
|
| diff --git a/third_party/polymer/v1_0/components-chromium/neon-animation/neon-animated-pages.html b/third_party/polymer/v1_0/components-chromium/neon-animation/neon-animated-pages.html
|
| index 379e73943eb2249f5b7dcead81ca53d4472f32c3..e6cd1846a2330b63379046c9cddb3a8df2e02cfa 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/neon-animation/neon-animated-pages.html
|
| +++ b/third_party/polymer/v1_0/components-chromium/neon-animation/neon-animated-pages.html
|
| @@ -8,7 +8,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| --><html><head><link rel="import" href="../polymer/polymer.html">
|
| <link rel="import" href="../iron-resizable-behavior/iron-resizable-behavior.html">
|
| <link rel="import" href="../iron-selector/iron-selectable.html">
|
| -<link rel="import" href="../paper-styles/paper-styles.html">
|
| <link rel="import" href="neon-animation-runner-behavior.html">
|
| <link rel="import" href="animations/opaque-animation.html">
|
|
|
| @@ -32,7 +31,11 @@ animations to be run when switching to or switching out of the page.
|
| }
|
|
|
| :host > ::content > * {
|
| - @apply(--layout-fit);
|
| + position: absolute;
|
| + top: 0;
|
| + left: 0;
|
| + bottom: 0;
|
| + right: 0;
|
| height: 100%;
|
| }
|
|
|
|
|