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

Footnote links don't work when the page size is < 1240px #130

Closed
20k opened this issue Jun 1, 2024 · 1 comment
Closed

Footnote links don't work when the page size is < 1240px #130

20k opened this issue Jun 1, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@20k
Copy link

20k commented Jun 1, 2024

To test this, go to the example page here:

https://sighingnow.github.io/jekyll-gitbook/jekyll/2023-12-12-footnotes.html

Shrink the width of the page to < 1240px, and try to click a footnote. As far as I can tell, this is because of this css selector setting the position to absolute

    .book-body .body-inner {
        position: absolute; //this one
        margin-top: 50px;
        min-height: calc(100% - 50px)
    }
}

But removing it makes the scrollbar overlap with the titlebar

@sighingnow sighingnow added the bug Something isn't working label Jun 30, 2024
@sighingnow
Copy link
Owner

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants