Skip to content

Commit

Permalink
Show scrollbar in notification dialog only when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuhitoyokoi committed Feb 4, 2023
1 parent adfc5b3 commit 16f8b78
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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;
Expand Down

0 comments on commit 16f8b78

Please sign in to comment.