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

Subtle overlap below "Table of Contents" in right sidebar #284

Closed
saforem2 opened this issue Oct 18, 2023 · 0 comments · Fixed by #285
Closed

Subtle overlap below "Table of Contents" in right sidebar #284

saforem2 opened this issue Oct 18, 2023 · 0 comments · Fixed by #285

Comments

@saforem2
Copy link
Member

I noticed that there's a box that seems to faintly overlap with the links immediately below the "Table of Contents" in the right sidebar.

its definitely subtle, but you can see it in the screenshot below:

ScreenShot-2023-10-18-163900 ScreenShot-2023-10-18-163830

I believe (part) of the issue is coming from the changes to the .md-nav { ... } rule here in here in our stylesheet:

which are making this md-sidebar md-sidebar--secondary overlap with the text below.

Turning these off seems to fix it:

/*
.md-nav {
  font-size: 15px;
  line-height: 1;
}
*/

ScreenShot-2023-10-18-164146

but I'm not sure if there's a reason these were being set in the first place.

If not, we should just remove the .md-nav rule from our alcf-extra.css

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