diff --git a/nuxeo-aggregation/nuxeo-dropdown-aggregation.html b/nuxeo-aggregation/nuxeo-dropdown-aggregation.html index 5b03eb476..34e8cc314 100644 --- a/nuxeo-aggregation/nuxeo-dropdown-aggregation.html +++ b/nuxeo-aggregation/nuxeo-dropdown-aggregation.html @@ -25,6 +25,7 @@ :host { display: block; width: 100%; + height: 100%; } [hidden] { diff --git a/widgets/nuxeo-selectivity.html b/widgets/nuxeo-selectivity.html index 9a23c6996..1b0017e3e 100644 --- a/widgets/nuxeo-selectivity.html +++ b/widgets/nuxeo-selectivity.html @@ -35,6 +35,8 @@ display: block; position: relative; padding-bottom: 8px; + height: 100%; + overflow: auto; } :host([hidden]) { diff --git a/widgets/selectivity/selectivity.css b/widgets/selectivity/selectivity.css index b143ec913..37e5d31d3 100644 --- a/widgets/selectivity/selectivity.css +++ b/widgets/selectivity/selectivity.css @@ -111,8 +111,6 @@ .selectivity-multiple-input-container { cursor: text; min-height: 2em; - max-height: 10em; - overflow: auto; padding: 14px 2px 0px 2px; position: relative; }