From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 2 Mar 2022 08:48:36 +0000 (-0800) Subject: Fix scroll always visible on filterable dropdowns X-Git-Tag: ngx-1.6.0-rc1~22^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F196%2Fhead;p=thirdparty%2Fpaperless-ngx.git Fix scroll always visible on filterable dropdowns --- diff --git a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.scss b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.scss index 5d554a69d8..b6620b0c77 100644 --- a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.scss +++ b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.scss @@ -11,7 +11,7 @@ .items { max-height: 400px; - overflow-y: scroll; + overflow-y: auto; } button:disabled {