[TESTMAN]

Fix horizontal scrollbars when comparing test results.
Previous commit didn't fix it for me in Firefox at least.

ONLINE-639


svn path=/trunk/; revision=981
This commit is contained in:
Colin Finck 2016-09-03 10:43:55 +00:00
parent 058a44a6ac
commit fa173dadb1

View File

@ -7,7 +7,7 @@
html, body {
height: auto;
overflow-x: auto;
overflow: visible;
}
body {