From 9c41b5893c103aa3a2b8b8f2c781f307166492ec Mon Sep 17 00:00:00 2001 From: Nishant0928 Date: Tue, 3 Oct 2023 00:19:40 +0530 Subject: [PATCH] WEBUI-1290: reflow issue of typeselection in nuxeo-document-create popup --- elements/document/nuxeo-document-create.js | 1 + 1 file changed, 1 insertion(+) 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; } }