Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
fix(sidebar): fix issue with position of TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaskarmelkani committed Nov 13, 2017
1 parent 7f04903 commit 2997b9b
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/browser/navigation/components.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ class SidebarItem extends React.Component {
<span>{ item.text }</span>
</a>
}
{ children }
{ toc }
{ children }
</li>
);
}
Expand Down
Loading

0 comments on commit 2997b9b

Please # to comment.