Restore scrolling in the test results screen

This commit is contained in:
Bryan Housel
2017-08-09 22:01:59 -04:00
parent c7044bec3a
commit 94662a34e3
+1 -1
View File
@@ -6,7 +6,7 @@
<link rel='stylesheet' href='../node_modules/mocha/mocha.css'>
<link rel='stylesheet' href='../dist/iD.css'>
</head>
<body>
<body style="overflow:scroll">
<div id='mocha'></div>
<script src='../node_modules/mocha/mocha.js'></script>