Merge pull request #4048 from kazuhitoyokoi/master-notification

Show scrollbar in notification dialog only when needed
This commit is contained in:
Nick O'Leary
2023-02-20 16:45:10 +00:00
committed by GitHub

View File

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