Chromium Code Reviews| Index: third_party/polymer/v1_0/components-chromium/iron-flex-layout/iron-flex-layout.html |
| diff --git a/third_party/polymer/v1_0/components-chromium/iron-flex-layout/iron-flex-layout.html b/third_party/polymer/v1_0/components-chromium/iron-flex-layout/iron-flex-layout.html |
| index c93795848f047d20b8fedddebb110f1ffc049e87..b55ef020b1db43a36ba0bf7c5ae0ca271cd91f53 100644 |
| --- a/third_party/polymer/v1_0/components-chromium/iron-flex-layout/iron-flex-layout.html |
| +++ b/third_party/polymer/v1_0/components-chromium/iron-flex-layout/iron-flex-layout.html |
| @@ -295,6 +295,11 @@ A complete [guide](https://elements.polymer-project.org/guides/flex-layout) to ` |
| overflow: auto; |
| }; |
| + --layout-fullbleed: { |
| + margin: 0; |
| + height: 100vh; |
| + } |
| + |
| /* fixed position */ |
| --layout-fixed-top: { |