-
Notifications
You must be signed in to change notification settings - Fork 867
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
API Documentation namespaces get cut off on smaller screen #1222
Comments
Precede the |
Surrounding what |
@ThadHouse Sorry, it's a suggestion to the docfx team for when the html is generated. |
I actually think this is a different issue than the |
So more debugging, and I think I figured out the issue. Looking through the Javascript, it should be hiding the footer, however specifically on |
Just rebuilt my site with 2.12.1, and this issue is fixed. Thanks! |
Title
API Documentation does not allow scrolling to the bottom namespaces on smaller screens
Functional impact
Cannot see docs for all namespaces
Minimal repro steps
Expected result
Scroll to the bottom namespaces
Actual result
Bottom namespaces are missing
Further technical details
My generated doc site can be found here. (http://robotdotnet.github.io/api/index.html)
Here is an example of what the issue looks like on my screen
![screendoesntscroll](https://cloud.githubusercontent.com/assets/7727148/22185102/0e98025e-e094-11e6-8d78-3e32bf0f48d6.PNG)
Doing some testing, it seems like the footer for the site is getting in the way and not being taken into account when determining how far to scroll. If I manually remove the footer from the HTML, everything properly displays.
The text was updated successfully, but these errors were encountered: