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:
Sami Vänttinen 2022-01-09 19:35:58 +02:00 committed by GitHub
commit 621225999d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,6 +88,11 @@ code {
padding-left: 0px;
}
#login-list {
overflow-y: auto;
max-height: 380px;
}
#child {
border-top: 0px;
}