Merge "Move overflow-y to gr-account-list internal list"

This commit is contained in:
Wyatt Allen
2017-09-11 21:59:59 +00:00
committed by Gerrit Code Review
2 changed files with 8 additions and 3 deletions

View File

@@ -37,12 +37,15 @@ limitations under the License.
.pending-add {
font-style: italic;
}
.list {
@apply --account-list-style;
}
</style>
<!--
NOTE(Issue 6419): Nest the inner dom-repeat template in a div rather than
as a direct child of the dom-module's template.
-->
<div>
<div class="list">
<template id="chips" is="dom-repeat" items="[[accounts]]" as="account">
<gr-account-chip
account="[[account]]"

View File

@@ -76,8 +76,10 @@ limitations under the License.
display: flex;
flex-wrap: wrap;
flex: 1;
max-height: 12em;
overflow-y: auto;
--account-list-style: {
max-height: 12em;
overflow-y: auto;
}
}
#reviewerConfirmationOverlay {
padding: 1em;