From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 25 Mar 2024 14:53:29 +0000 (-0700) Subject: Fix: allow scroll long upload files alerts list (#6184) X-Git-Tag: v2.7.0~1^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef51633b2caaaabd991c1db572ebb3c500268504;p=thirdparty%2Fpaperless-ngx.git Fix: allow scroll long upload files alerts list (#6184) --- diff --git a/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html b/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html index 1d2471bcc4..60ee4eda9d 100644 --- a/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html +++ b/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html @@ -6,7 +6,7 @@ @if (getStatus().length > 0) { -
+
diff --git a/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.scss b/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.scss index f0e80c1f46..7a050ab43d 100644 --- a/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.scss +++ b/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.scss @@ -39,3 +39,7 @@ form { .consumer-status-card { background-color: rgba(var(--bs-body-bg-rgb), .95) !important; } + +.max-vh100-40 { + max-height: calc(100vh - 40px); +}