themes: remove overflow-y property; it inhibits readonly view scrolling
authorPaul Donald <[email protected]>
Thu, 18 Sep 2025 23:45:03 +0000 (01:45 +0200)
committerPaul Donald <[email protected]>
Thu, 18 Sep 2025 23:45:03 +0000 (01:45 +0200)
Closes #7947

Signed-off-by: Paul Donald <[email protected]>
themes/luci-theme-material/htdocs/luci-static/material/cascade.css
themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css

index 6f4484614978421eae26d751cb469629ac8cc3d3..d100a06442b803d99b6b0b5220096421f79f7302 100644 (file)
@@ -1961,7 +1961,6 @@ td > .ifacebadge,
 
 #syslog {
        font-size: small;
-       overflow-y: hidden;
        width: 100%;
        min-height: 15rem;
        padding: 1rem;
index 9fcf6557b550f16116e902b56b30ffc92c56c07e..3f8235068e284d5098717ce15256bf494b34dfc4 100644 (file)
@@ -489,7 +489,6 @@ textarea#syslog {
        border: 3px solid #cccccc;
        padding: 5px;
        font-family: monospace;
-       overflow-y: hidden;
 }
 
 #maincontainer {