Always display the test overview panel
This commit is contained in:
parent
1b409d7b9d
commit
bec2c3692d
|
@ -188,9 +188,9 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#stats {
|
#stats {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 15px;
|
top: 15px;
|
||||||
right: 10px;
|
right: 52%;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: #888;
|
color: #888;
|
||||||
|
|
Loading…
Reference in New Issue