mirror of https://github.com/node-red/node-red.git
Merge pull request #4048 from kazuhitoyokoi/master-notification
Show scrollbar in notification dialog only when neededpull/4011/head
commit
62e9572070
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue