From 755061bc9e7eb7c8d4a369f89a898dd119144fab Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Fri, 19 Sep 2025 01:45:03 +0200 Subject: [PATCH] themes: remove overflow-y property; it inhibits readonly view scrolling Closes #7947 Signed-off-by: Paul Donald --- .../luci-theme-material/htdocs/luci-static/material/cascade.css | 1 - .../htdocs/luci-static/openwrt.org/cascade.css | 1 - 2 files changed, 2 deletions(-) diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index 6f44846149..d100a06442 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -1961,7 +1961,6 @@ td > .ifacebadge, #syslog { font-size: small; - overflow-y: hidden; width: 100%; min-height: 15rem; padding: 1rem; diff --git a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css index 9fcf6557b5..3f8235068e 100644 --- a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -489,7 +489,6 @@ textarea#syslog { border: 3px solid #cccccc; padding: 5px; font-family: monospace; - overflow-y: hidden; } #maincontainer { -- 2.30.2