mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Make groups scrollable when saving new credentials
This commit is contained in:
parent
d518662696
commit
82572f739b
1 changed files with 9 additions and 7 deletions
|
|
@ -82,18 +82,20 @@ div.kpxc-banner label {
|
|||
}
|
||||
|
||||
div.kpxc-banner-dialog {
|
||||
display: block !important;
|
||||
position: fixed !important;
|
||||
margin: 0 auto;
|
||||
width: 680px;
|
||||
max-height: 600px;
|
||||
max-width: 460px;
|
||||
background-color: var(--kpxc-background-color);
|
||||
color: var(--kpxc-text-color);
|
||||
border: var(--kpxc-container-border);
|
||||
border-radius: 0 0 4px 4px;
|
||||
box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
|
||||
color: var(--kpxc-text-color);
|
||||
display: block !important;
|
||||
margin: 0 auto;
|
||||
max-height: 60%;
|
||||
max-width: 460px;
|
||||
overflow: hidden !important;
|
||||
overflow-y: scroll !important;
|
||||
padding: 8px;
|
||||
position: fixed !important;
|
||||
width: 680px;
|
||||
z-index: 10000000;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue