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

bug: Extend element not visible in sidebar (docs) #88

Closed
tusharnankani opened this issue Dec 29, 2021 · 0 comments · Fixed by #94
Closed

bug: Extend element not visible in sidebar (docs) #88

tusharnankani opened this issue Dec 29, 2021 · 0 comments · Fixed by #94

Comments

@tusharnankani
Copy link
Contributor

Hi

Issue & Description

Facing an issue with visibility in the docs.

image

As we can see, when every detail is expanded in the accordion, on the side Navbar - The Extend element and We love .classes underneath are hidden.

System Details

  • OS: Windows
  • Version: Windows 10
  • Browser: Microsoft Edge
    • Side Note: Facing the same problem in Google Chrome

Steps to reproduce

pico_docs.mp4

Expected behavior

  • The Extend element and We love .classes should be visible.

Potential Fix

  • A simple max-height fix should do the job.

max-height: calc(100vh - 5.5rem);

Changing max-height from max-height: calc(100vh - 5.5em) to max-height: calc(100vh - 11em) fixes it.

pico_fix.mp4

Would love to create a PR :D

cc: Thanks to @HarshKapadia2 for sending this across via this tweet.

@lucaslarroche lucaslarroche linked a pull request Dec 31, 2021 that will close this issue
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 a pull request may close this issue.

1 participant