argonne-lcf/user-guides

Subtle overlap below "Table of Contents" in right sidebar

Closed this issue · 0 comments

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