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}}
+