mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #1439 from stefansundin/add-scroll-to-autocomplete
Add scrolling to autocomplete list
This commit is contained in:
commit
d3aca6ea14
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