-
Notifications
You must be signed in to change notification settings - Fork 432
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
ReadTheOrg postamble hides the bottom TOC entries #89
Comments
Dear @DarwinAwardWinner, I'm fully aware of this -- though, you should see a scrollbar… why don't you see it? The real solution would be that the scrollbar comes automatically only when needed (when TOC is too large), and that it flows correctly when scrolling down in the document... But that's over my current CSS capabilities... Anyone? |
There is a scrollbar, but it's invisible when not scrolling because I'm on MacOS with a touchpad only. If I plugged in a mouse, the scrollbar would appear statically. |
OK, so that's just a matter of display -- but it is there. For the other issue, yes, any help for a CSS black belt would be welcome... |
A less-than-ideal workaround is to hide the postamble entirely with: |
I would like to add that in my case the scroll bar appears but it doesn't scroll all the way down. |
In the ReadTheOrg theme, the postamble is placed at the bottom of the TOC column. However, it doesn't reduce the height of the TOC itself, which means that if the TOC extends to the bottom of the column, the last few entries are hidden under the postamble and are inaccessible. For example, with the org file below, the last TOC entry I can see is W, when it should be Z.
Here is a screenshot of the lower left corner of the resulting html, after scrolling to the bottom of the TOC:
The text was updated successfully, but these errors were encountered: