-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right pane is pushing down left pane #13
Comments
I have the same issue and was about to post the exact same comparison screenshots |
The problem also happens if you choose to put the description before the examples: I prefer to put the description first and then the examples like this:
This way when you are on a phone you see the description first then the examples like so: However, it still doesn't display the blocks correctly at normal resolutions as in original description: |
Seems to be a problem with jquery.tocify.js. In script.js, change the selectors options like so:
Doing this seems to fix the problem for me. |
The generated html had an additional If I modify
|
@arichen solution worked fine for me. |
Using one of the latest node.js builds....
The right pane is 'pushing' down the middle panel. Comparing to the online demo, it appears that something is adding whitespace.
Please see screen shots for examples.
The text was updated successfully, but these errors were encountered: