From e864ffacf900b822127842a761190bb22d1b3fb1 Mon Sep 17 00:00:00 2001 From: Stefan Sundin Date: Sun, 7 Nov 2021 13:04:50 -0800 Subject: [PATCH] Add scrolling to autocomplete list. This makes long lists easier to use. --- keepassxc-browser/css/autocomplete.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/keepassxc-browser/css/autocomplete.css b/keepassxc-browser/css/autocomplete.css index 53b9191..1cefe5d 100644 --- a/keepassxc-browser/css/autocomplete.css +++ b/keepassxc-browser/css/autocomplete.css @@ -1,5 +1,7 @@ .kpxcAutocomplete-items { position: absolute !important; + max-height: 250px; + overflow-y: auto; } .kpxcAutocomplete-items div {