From 02721f0284882c71e0826e12db14cbc006a8f1a1 Mon Sep 17 00:00:00 2001 From: alokhyland Date: Mon, 11 Sep 2023 13:53:29 +0530 Subject: [PATCH] ELEMENTS-1673:BACKPORT: fix reflow issue in export dialog --- ui/actions/nuxeo-export-button.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ui/actions/nuxeo-export-button.js b/ui/actions/nuxeo-export-button.js index cf81db81b..2f313be9a 100644 --- a/ui/actions/nuxeo-export-button.js +++ b/ui/actions/nuxeo-export-button.js @@ -64,6 +64,10 @@ import '../nuxeo-button-styles.js'; a:hover { color: var(--nuxeo-link-hover-color, #0066ff); } + + .container { + overflow: auto; + } @@ -76,7 +80,7 @@ import '../nuxeo-button-styles.js'; - +

[[i18n('exportButton.dialog.heading')]]