diff --git a/elements/document/nuxeo-document-create.js b/elements/document/nuxeo-document-create.js index e123545a68..d72d595c50 100644 --- a/elements/document/nuxeo-document-create.js +++ b/elements/document/nuxeo-document-create.js @@ -52,6 +52,7 @@ Polymer({ --paper-dialog-scrollable: { padding: 0; overflow-x: hidden; + position: relative !important; } } diff --git a/elements/document/nuxeo-document-import.js b/elements/document/nuxeo-document-import.js index 9d190d1baf..ac25eb9a25 100644 --- a/elements/document/nuxeo-document-import.js +++ b/elements/document/nuxeo-document-import.js @@ -59,6 +59,7 @@ Polymer({ --paper-dialog-scrollable: { padding: 0; overflow-x: hidden; + position: absolute !important; } }