Replies: 1 comment 1 reply
-
Hi, i am sorry but I don't quite understand the question you are asking. Before entering into a discussion, though, can I ask if the If this is not the cause then to help we would need to see in a screenshot what the undesired behaviour is and to get a minimal reproduction that would allow us to investigate the probem on our machines. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Why when I change header and add custom styles the "md-nav__link--passed" and "md-nav__link--active" classes is not added when the left toc-item is clicked, but add this classes to prev toc-item element, if it is?
I use mkdocs-material-9.5.8 version.
Maybe I need use to specify a minimum height that the header should be in order for the code to add these classes to work correctly?
my header.html:
.md-header-content {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
height: 100%;
border-bottom: 1px solid var(--md-border-color);
}
Beta Was this translation helpful? Give feedback.
All reactions