Table of Contents (TOC) in my MkDocs Material 9.6.14 is overlapping or appearing above the navigation footer #8283
Replies: 2 comments
-
The issue got resolved after removing feature " navigation.instant" from theme. - navigation.instant |
Beta Was this translation helpful? Give feedback.
-
Hi @pranabadinu, Also what browser are you using, as recently, there was a similar case with overlapping footer that seems to be limited to some Edge version:
Reference: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am using MkDocs Material 9.6.14 and there I saw Table of Contents (TOC) is overlapping or appearing above the navigation footer.
If I took some older squidfunk/mkdocs-material 8.4.4, then not facing this issue.
theme:
name: material
highlightjs: false
font: false
features:
- navigation.footer
- navigation.footer.fixed
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.tracking
- toc.integrate
- toc.sticky
- navigation.top
- navigation.indexes
markdown_extensions:
permalink: true
Anything to be taken care ?
Beta Was this translation helpful? Give feedback.
All reactions