| Index: third_party/polymer/v1_0/components-chromium/iron-list/iron-list.html
|
| diff --git a/third_party/polymer/v1_0/components-chromium/iron-list/iron-list.html b/third_party/polymer/v1_0/components-chromium/iron-list/iron-list.html
|
| index 01661d002908683d3ff1bf872e3be30b1ea7b41d..3684aba847828af389bbdca27555dc3076018939 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/iron-list/iron-list.html
|
| +++ b/third_party/polymer/v1_0/components-chromium/iron-list/iron-list.html
|
| @@ -103,20 +103,20 @@ after the list became visible again. e.g.
|
| :host {
|
| display: block;
|
| }
|
| -
|
| +
|
| :host(.has-scroller) {
|
| overflow: auto;
|
| }
|
| -
|
| +
|
| :host(:not(.has-scroller)) {
|
| position: relative;
|
| }
|
| -
|
| +
|
| #items {
|
| @apply(--iron-list-items-container);
|
| position: relative;
|
| }
|
| -
|
| +
|
| #items > ::content > * {
|
| width: 100%;
|
| box-sizing: border-box;
|
|
|