From 353cd4c1c0eccc9dca3f5a2609fcb2e1fde930da Mon Sep 17 00:00:00 2001 From: Christian Kvalheim Date: Thu, 10 Dec 2015 16:35:00 +0100 Subject: [PATCH] fix for css api --- docs/jsdoc-template/static/styles/jaguar.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/jsdoc-template/static/styles/jaguar.css b/docs/jsdoc-template/static/styles/jaguar.css index 23a030e9779..87adc004650 100644 --- a/docs/jsdoc-template/static/styles/jaguar.css +++ b/docs/jsdoc-template/static/styles/jaguar.css @@ -27,6 +27,7 @@ li { width: 250px; height: 100%; background-color: #1a1a1a; + position: fixed; } .navigation .applicationName { margin: 0; @@ -99,6 +100,9 @@ li { display: none; } .main { + position: relative; + left: 250px; + width: calc(100% - 250px); padding: 20px 20px; } .main .page-title {