From: Nicolas Coden Date: Fri, 9 Mar 2018 21:57:42 +0000 (+0100) Subject: Revert "Add scroll to browser test display to allow viewing of all test results" X-Git-Tag: v6.6.0~3^2~278^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10968%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Revert "Add scroll to browser test display to allow viewing of all test results" This reverts commit 2d56de0b675b41d2205d051651989ea98b672dfa. See: https://github.com/zurb/foundation-sites/pull/10968#issuecomment-371957423 --- diff --git a/test/javascript/index.html b/test/javascript/index.html index a310a1071..ab2235d87 100644 --- a/test/javascript/index.html +++ b/test/javascript/index.html @@ -7,12 +7,11 @@ - - +
diff --git a/test/javascript/lib/custom-mocha.css b/test/javascript/lib/custom-mocha.css deleted file mode 100644 index 4d84f8650..000000000 --- a/test/javascript/lib/custom-mocha.css +++ /dev/null @@ -1,3 +0,0 @@ -#test-body { - overflow: scroll; - }