Skip to content

Commit

Permalink
ELEMENTS-1230: fix overflow in nuxeo-data-table
Browse files Browse the repository at this point in the history
  • Loading branch information
semisse committed Aug 28, 2020
1 parent f807870 commit ff69233
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions nuxeo-aggregation/nuxeo-dropdown-aggregation.html
Expand Up @@ -25,6 +25,7 @@
:host {
display: block;
width: 100%;
height: 100%;
}

[hidden] {
Expand Down
2 changes: 2 additions & 0 deletions widgets/nuxeo-selectivity.html
Expand Up @@ -35,6 +35,8 @@
display: block;
position: relative;
padding-bottom: 8px;
height: 100%;
overflow: auto;
}

:host([hidden]) {
Expand Down
2 changes: 0 additions & 2 deletions widgets/selectivity/selectivity.css
Expand Up @@ -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;
}
Expand Down

0 comments on commit ff69233

Please sign in to comment.