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
- Create a documentation project with at least 30 namespaces
- Generate docs
- Host the website, on a 1080p screen you will not be able to see the bottom namespaces
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

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.
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

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.