Replies: 1 comment 3 replies
-
Hello @jcyrss, .md-nav__link--active .md-nav__icon {
position: absolute;
top: 2rem;
right: 2rem;
} No matter the positioning setting, it's always constrained by the navigation drawer, so the only other solution I can think of would be to use JavaScript to add a custom TOC button in the position you want and invoke with it the logic of the left button, but I can't say if it's the best solution there is. |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
On mobile, now toc drawer icon is located on the right side of current nav item, we need to click 2 times to make toc appear. And it's even not easy to be found when nav item lists is long.
How could I move it onto the top right of header bar?
Beta Was this translation helpful? Give feedback.
All reactions