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 search & page height #150

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cjohnson19
Copy link

Issue #, if available: N/A

Description of changes:

This solves two orthogonal problems:

  1. The search overlay appears over the entire page, blocking any of the search results from being selected.
  2. The bottoms of pages have a large amount of empty space.

Both of which were cause by the sticky positioning of their respective elements. This changes the search back to the original just-the-docs positioning, hence may be unwanted by the owners of the project.

This tries to fix a positioning and layering issue where the search
overlay appeared in front of the page and the body layout was much too
long.

Signed-off-by: Chase Johnson <[email protected]>
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.

1 participant