From b82ba9b0be1f8a66ce040bf153574702a82b0d2e Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Sat, 28 Dec 2024 17:20:59 +0900 Subject: [PATCH] setting change scroll when over 5 line --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 64ef61bad..0b255bc48 100644 --- a/style.css +++ b/style.css @@ -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{