From: Paul Donald Date: Thu, 18 Sep 2025 23:45:03 +0000 (+0200) Subject: themes: remove overflow-y property; it inhibits readonly view scrolling X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=755061bc9e7eb7c8d4a369f89a898dd119144fab;p=project%2Fluci.git themes: remove overflow-y property; it inhibits readonly view scrolling Closes #7947 Signed-off-by: Paul Donald --- 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 {