mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-31 04:42:09 -08:00
setting change scroll when over 5 line
This commit is contained in:
parent
45493949cd
commit
b82ba9b0be
1 changed files with 3 additions and 1 deletions
|
|
@ -480,8 +480,10 @@ div.toprow-compact-tools{
|
|||
}
|
||||
|
||||
#settings_result{
|
||||
height: 1.4em;
|
||||
min-height: 1.4em;
|
||||
margin: 0 1.2em;
|
||||
max-height: calc(var(--text-md) * var(--line-sm) * 5);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
table.popup-table{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue