Disable header.autohide #3586
Answered
by
squidfunk
FernandoBasso
asked this question in
Q&A
-
I DO NOT have
This is the relevant theme:
name: material
palette:
accent: indigo
features:
- content.code.annotate
- navigation.tabs
- navigation.indexes
- navigation.expand
- toc.follow
markdown_extensions:
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- toc:
permalink: '#'
baselevel: 1
separator: '-'
- admonition
- plantuml_markdown:
server: http://www.plantuml.com/plantuml |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Feb 16, 2022
Replies: 1 comment 7 replies
-
Not sure why this is happening. If the feature is not enabled, the header should not hide. Please update to the latest version (8.1.11) and check whether the issue persists. If it does, please provide a minimal reproducible example. |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
squidfunk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure why this is happening. If the feature is not enabled, the header should not hide. Please update to the latest version (8.1.11) and check whether the issue persists. If it does, please provide a minimal reproducible example.