mirror of
https://git.openwrt.org/project/luci.git
synced 2025-11-02 05:49:05 +08: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