mirror of
https://github.com/openwrt/luci.git
synced 2026-06-17 14:50:21 +04:00
themes: remove overflow-y property; it inhibits readonly view scrolling
Closes #7947 Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -1961,7 +1961,6 @@ td > .ifacebadge,
|
||||
|
||||
#syslog {
|
||||
font-size: small;
|
||||
overflow-y: hidden;
|
||||
width: 100%;
|
||||
min-height: 15rem;
|
||||
padding: 1rem;
|
||||
|
||||
@@ -489,7 +489,6 @@ textarea#syslog {
|
||||
border: 3px solid #cccccc;
|
||||
padding: 5px;
|
||||
font-family: monospace;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
#maincontainer {
|
||||
|
||||
Reference in New Issue
Block a user