From c95307d5ac02349d23108b3d77dc42f3ad712c65 Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 26 Feb 2020 10:42:18 +0900 Subject: [PATCH] fix: fix broken sticky sidebar --- cli/template.hbs | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/cli/template.hbs b/cli/template.hbs index bc5c5f30..e5e4bbad 100644 --- a/cli/template.hbs +++ b/cli/template.hbs @@ -11,9 +11,22 @@ padding: 0; margin: 0; } + + .menu-content { + position: fixed !important; + z-index: 10; + } + + .api-content { + width: 100% !important; + padding-left: 260px; + } {{{redocHead}}} - {{#unless disableGoogleFont}}{{/unless}} + {{#unless disableGoogleFont}} + + {{/unless}} +