mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #1518 from keepassxreboot/fix/scroll_login_list_instead_of_popup
Scroll login list instead of the whole popup body
This commit is contained in:
commit
621225999d
1 changed files with 5 additions and 0 deletions
|
|
@ -88,6 +88,11 @@ code {
|
|||
padding-left: 0px;
|
||||
}
|
||||
|
||||
#login-list {
|
||||
overflow-y: auto;
|
||||
max-height: 380px;
|
||||
}
|
||||
|
||||
#child {
|
||||
border-top: 0px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue