mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Add scrolling to autocomplete list. This makes long lists easier to use.
This commit is contained in:
parent
1c3538f316
commit
e864ffacf9
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
.kpxcAutocomplete-items {
|
||||
position: absolute !important;
|
||||
max-height: 250px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.kpxcAutocomplete-items div {
|
||||
|
|
|
|||
Loading…
Reference in a new issue