Skip to content
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

fix footer cover sidetoc #1236

Merged
merged 2 commits into from
Feb 4, 2017
Merged

fix footer cover sidetoc #1236

merged 2 commits into from
Feb 4, 2017

Conversation

superyyrrzz
Copy link
Contributor

@hellosnow
Copy link
Contributor

:shipit:

@@ -349,6 +349,9 @@ $(function () {
var tocPath = $("meta[property='docfx\\:tocrel']").attr("content");
if (tocPath) tocPath = tocPath.replace(/\\/g, '/');
$('#sidetoc').load(tocPath + " #sidetoggle > div", function () {
if ($('footer').is(':visible')) {
$(".sidetoc").css("bottom", "70px");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use a class for the style instead

@superyyrrzz superyyrrzz merged commit 3081c8d into dotnet:dev Feb 4, 2017
@superyyrrzz superyyrrzz deleted the footer branch February 4, 2017 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants