From 87c0f456e636343a6c1cc91346627d85de8f18e0 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Fri, 9 Mar 2018 22:57:42 +0100 Subject: [PATCH] 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 --- test/javascript/index.html | 3 +-- test/javascript/lib/custom-mocha.css | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 test/javascript/lib/custom-mocha.css 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; - } -- 2.47.2