From 35de7f8659655f9a6dca1eeb5f0310394cb4e38d Mon Sep 17 00:00:00 2001 From: Juraj Husar Date: Sat, 9 Dec 2017 09:51:12 +0100 Subject: [PATCH] Removed scrollbar when not needed --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index e87b01e..1db7cee 100644 --- a/index.css +++ b/index.css @@ -235,7 +235,7 @@ code { top: 80px; width: calc(100% - 380px - 30px); height: calc(100% - 180px); - overflow: scroll; + overflow: auto; } .content .title {