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
1 changed files with 1 additions and 1 deletions

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;