Scroll error stack trace
Make sure we get the stack trace without distortions by wrapping, or cropping because it flows out of the screen.
This commit is contained in:
parent
55b459b479
commit
637a282be5
|
@ -263,14 +263,16 @@ select:active {
|
|||
}
|
||||
|
||||
#noVNC_fallback_error .noVNC_stack {
|
||||
max-height: 50vh;
|
||||
padding: 10px;
|
||||
margin: 10px;
|
||||
font-size: 0.8em;
|
||||
text-align: left;
|
||||
font-family: monospace;
|
||||
white-space: pre-wrap;
|
||||
white-space: pre;
|
||||
border: 1px solid rgba(0, 0, 0, 0.5);
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/* ----------------------------------------
|
||||
|
|
Loading…
Reference in New Issue