From e723c7740db4d57da9a85737b5f119ce1be140a1 Mon Sep 17 00:00:00 2001 From: Nick Jensen Date: Tue, 24 Feb 2015 16:26:08 -0500 Subject: [PATCH] css workaround for #426 --- html/views/commit/commit.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/html/views/commit/commit.css b/html/views/commit/commit.css index a67525af1..d25c14509 100644 --- a/html/views/commit/commit.css +++ b/html/views/commit/commit.css @@ -1,7 +1,13 @@ body { padding: 0px; margin: 0px; - margin-top: 30px; + overflow: hidden; +} + +#diff { + margin-top: 20px; + height: calc(100% - 20px); + overflow: scroll; } #title {