We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
I believe (part) of the issue is coming from the changes to the .md-nav { ... } rule here in here in our stylesheet:
.md-nav { ... }
user-guides/docs/stylesheets/alcf-extra.css
Line 206 in 7e9e624
which are making this md-sidebar md-sidebar--secondary overlap with the text below.
md-sidebar md-sidebar--secondary
Turning these off seems to fix it:
/* .md-nav { font-size: 15px; line-height: 1; } */
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
.md-nav
alcf-extra.css
The text was updated successfully, but these errors were encountered:
docs/stylesheets/alcf-extra.css
Successfully merging a pull request may close this issue.
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:
I believe (part) of the issue is coming from the changes to the
.md-nav { ... }
rule here in here in our stylesheet:user-guides/docs/stylesheets/alcf-extra.css
Line 206 in 7e9e624
which are making this
md-sidebar md-sidebar--secondary
overlap with the text below.Turning these off seems to fix it:
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 ouralcf-extra.css
The text was updated successfully, but these errors were encountered: