Merge pull request #3904 from paperless-ngx/fix/notes-scrollbars

Fix: notes show persistent scrollbars
This commit is contained in:
shamoon 2023-08-01 13:25:16 -07:00 committed by GitHub
commit 5f05b44cde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,5 @@
.card-body { .card-body {
max-height: 12rem; max-height: 12rem;
overflow: scroll;
white-space: pre-wrap; white-space: pre-wrap;
} }