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:
Paul Donald
2025-09-19 01:45:03 +02:00
parent f5d7eaa94e
commit 755061bc9e
2 changed files with 0 additions and 2 deletions

View File

@ -1961,7 +1961,6 @@ td > .ifacebadge,
#syslog {
font-size: small;
overflow-y: hidden;
width: 100%;
min-height: 15rem;
padding: 1rem;

View File

@ -489,7 +489,6 @@ textarea#syslog {
border: 3px solid #cccccc;
padding: 5px;
font-family: monospace;
overflow-y: hidden;
}
#maincontainer {