tests: Don't auto-scroll Mocha results if user scrolls up

This commit is contained in:
Richard Hansen 2021-06-09 00:33:04 -04:00
parent f5046f4b18
commit e0ae997501
2 changed files with 40 additions and 9 deletions

View file

@ -57,7 +57,7 @@ body {
}
#mocha h1 {
margin-top: 15px;
padding-top: 15px; /* margin-top breaks autoscrolling */
font-size: 1em;
font-weight: 200;
}
@ -68,7 +68,7 @@ body {
}
#mocha .suite .suite h1 {
margin-top: 0;
padding-top: 0;
font-size: .8em;
}