From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 1 Aug 2023 16:14:32 +0000 (-0700) Subject: Do not force scroll on notes .card-body X-Git-Tag: v1.17.0~1^2~17^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3904%2Fhead;p=thirdparty%2Fpaperless-ngx.git Do not force scroll on notes .card-body --- diff --git a/src-ui/src/app/components/document-notes/document-notes.component.scss b/src-ui/src/app/components/document-notes/document-notes.component.scss index d7e21e14eb..296c51ef01 100644 --- a/src-ui/src/app/components/document-notes/document-notes.component.scss +++ b/src-ui/src/app/components/document-notes/document-notes.component.scss @@ -1,6 +1,5 @@ .card-body { max-height: 12rem; - overflow: scroll; white-space: pre-wrap; }