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

View File

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