forked from I2P_Developers/i2p.i2p
Console: Remove scroll-in-scroll for wrapper logs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user