mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 02:16:16 -04:00
tests: Don't auto-scroll Mocha results if user scrolls up
This commit is contained in:
parent
f5046f4b18
commit
e0ae997501
2 changed files with 40 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue