From d591dbc0cd0cdbaa668c94211d077157632828e8 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Fri, 24 Apr 2015 15:39:59 +0200 Subject: [PATCH] Clean code. --- test/styles.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/styles.less b/test/styles.less index f260daf1..c197040f 100644 --- a/test/styles.less +++ b/test/styles.less @@ -42,7 +42,8 @@ bottom: 0; background: #fff; z-index: 10000; - overflow: auto; + overflow-x: auto; + overflow-y: scroll; } #mocha {