From 62dfe37b50ce2844636e6aaaa6deab85add817f3 Mon Sep 17 00:00:00 2001 From: Nishant0928 Date: Sun, 17 Sep 2023 20:54:30 +0530 Subject: [PATCH] WEBUI-1255: fix reflow issue 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..9f8de6fbc2 100644 --- a/elements/document/nuxeo-document-create.js +++ b/elements/document/nuxeo-document-create.js @@ -159,6 +159,7 @@ Polymer({ .vertical { @apply --layout-flex; @apply --layout-vertical; + overflow: auto; } iron-pages {