Skip to content

Commit

Permalink
WEBUI-1290: reflow issue of typeselection in nuxeo-document-create popup
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishant0928 committed Nov 22, 2023
1 parent 1f2933c commit f43b9f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions elements/document/nuxeo-document-create.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Polymer({
--paper-dialog-scrollable: {
padding: 0;
overflow-x: hidden;
position: relative !important;
}
}
Expand Down
1 change: 1 addition & 0 deletions elements/document/nuxeo-document-import.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Polymer({
--paper-dialog-scrollable: {
padding: 0;
overflow-x: hidden;
position: absolute !important;
}
}
Expand Down

0 comments on commit f43b9f2

Please sign in to comment.