Merge branch 'master' into releases

This commit is contained in:
Roman Hotsiy 2016-12-02 12:54:39 +02:00
commit 9fec6251b0
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
3 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,7 @@
.redoc-wrap {
z-index: 0;
position: relative;
overflow: hidden;
font-family: $base-font, $base-font-family;
font-size: $em-size;
line-height: $base-line-height;

View File

@ -200,6 +200,9 @@ export class MenuService {
setActiveByHash(hash) {
if (!hash) {
if (this.categories[0].headless) {
this.activate(0, 0);
}
return;
}
let catIdx, methodIdx;

View File

@ -28,6 +28,7 @@ export interface MenuCategory {
empty?: string;
virtual?: boolean;
ready: boolean;
headless: boolean;
}
// global var for this module