From aa5e12012857efd3cf1da03d3951f3cc34e6a4b9 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Mon, 2 Mar 2015 23:56:46 +0100 Subject: [PATCH] Auto overflow. Just if needed --- css/crep.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/crep.css b/css/crep.css index 27125fd..4d3891c 100755 --- a/css/crep.css +++ b/css/crep.css @@ -64,7 +64,7 @@ body #mainContainer { - overflow-x: scroll; + overflow-x: auto; } .carousel-inner > .item > img, .carousel-inner > .item > a > img -- libgit2 0.21.2