setting change scroll when over 5 line

This commit is contained in:
w-e-w 2024-12-28 17:20:59 +09:00
parent 45493949cd
commit b82ba9b0be

View File

@ -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{