]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix scroll always visible on filterable dropdowns 196/head
authorshamoon <4887959+shamoon@users.noreply.github.com>
Wed, 2 Mar 2022 08:48:36 +0000 (00:48 -0800)
committershamoon <4887959+shamoon@users.noreply.github.com>
Wed, 2 Mar 2022 08:48:36 +0000 (00:48 -0800)
src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.scss

index 5d554a69d80c512247c61f8b285360bd79a905d6..b6620b0c7725b51b2a106cf52a02947e5dd5e545 100644 (file)
@@ -11,7 +11,7 @@
 
   .items {
     max-height: 400px;
-    overflow-y: scroll;
+    overflow-y: auto;
   }
 
   button:disabled {