From 0ad50c81ad7e254380d32961186bf0effc784b7b Mon Sep 17 00:00:00 2001 From: Pranav Kant Date: Tue, 28 Jun 2016 20:23:16 +0530 Subject: [PATCH] No horizontal scrollbar in revison history sidebar --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 5257c86e..ddac9c16 100644 --- a/css/style.css +++ b/css/style.css @@ -198,7 +198,8 @@ top: 45px; bottom: 0; box-sizing: border-box; - overflow: auto; + overflow-x: hidden; + overflow-y: auto; } /* Title */