From cc24d962c5ca1c39b8c78cb281edcc11f010bf7b Mon Sep 17 00:00:00 2001
From: Imperadeiro98 <Imperadeiro98@users.noreply.github.com>
Date: Sun, 7 Aug 2016 15:35:42 +0100
Subject: [PATCH] Fix systems documentation tab background

Same as #3794
---
 app/styles/docs/systems-documentation-view.sass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/styles/docs/systems-documentation-view.sass b/app/styles/docs/systems-documentation-view.sass
index 8af063555..c9443b963 100644
--- a/app/styles/docs/systems-documentation-view.sass
+++ b/app/styles/docs/systems-documentation-view.sass
@@ -1,6 +1,6 @@
 #systems-documentation-view
   background-color: #e4cf8c
-  height: 100%
+  height: calc(100% - 90px)
 
   #toggle-all-system-code
     margin: 10px