Console: Remove scroll-in-scroll for wrapper logs

This commit is contained in:
zzz
2020-01-03 13:49:00 +00:00
parent ecdccac37e
commit 7ac189696b
2 changed files with 1 additions and 5 deletions

View File

@@ -4586,7 +4586,6 @@ table[id$="logs"] ul {
width: 99%;
width: calc(100% - 5px);
resize: none;
max-height: 600px;
padding: 0 0 0 5px !important;
}
@@ -7805,7 +7804,6 @@ th.options, table#externali2cp th {
}
#wrapperlogs pre {
height: 300px;
resize: vertical;
}

View File

@@ -2289,8 +2289,7 @@ table#wrapperlogs {
white-space: pre-wrap !important;
word-wrap: break-word !important;
width: calc(100% - 5px);
max-height: 600px;
overflow: auto;
overflow: visible;
}
#logs ul {
@@ -6461,7 +6460,6 @@ h3#ntcpcon, h3#udpcon {
#wrapperlogs pre {
background-size: 100% 100%, auto 120px, 100% 100% !important;
height: 400px;
resize: vertical;
}