1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Show scrollbar in notification dialog only when needed

This commit is contained in:
Kazuhito Yokoi 2023-02-04 11:16:28 +09:00
parent adfc5b3e98
commit 16f8b78b39

View File

@ -32,7 +32,7 @@
color: var(--red-ui-primary-text-color);
border: 1px solid var(--red-ui-notification-border-default);
border-left-width: 16px;
overflow: scroll;
overflow: auto;
max-height: 80vh;
.ui-dialog-buttonset {
margin-top: 20px;