From fd42becbdcb6546351474c4966b189d3ced68c3c Mon Sep 17 00:00:00 2001 From: weibin Date: Mon, 30 Jan 2023 23:02:42 +0800 Subject: [PATCH] fix .red-ui-notification if flows stopped due to missing too much node types manage-project-dep button display none. --- .../@node-red/editor-client/src/sass/notifications.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/node_modules/@node-red/editor-client/src/sass/notifications.scss b/packages/node_modules/@node-red/editor-client/src/sass/notifications.scss index efae432b2..7d7544e2e 100644 --- a/packages/node_modules/@node-red/editor-client/src/sass/notifications.scss +++ b/packages/node_modules/@node-red/editor-client/src/sass/notifications.scss @@ -32,7 +32,8 @@ color: var(--red-ui-primary-text-color); border: 1px solid var(--red-ui-notification-border-default); border-left-width: 16px; - overflow: hidden; + overflow: scroll; + max-height: 80vh; .ui-dialog-buttonset { margin-top: 20px; margin-bottom: 10px;