Skip to content

Commit fcd8cc9

Browse files
committed
docs: keep top tabs always visible and hide footer
* per default, navigation tabs disappear when you scroll down the page, which may confuse some users * hide "Made with Material" footer which is visible when scrolling to the bottom, which takes up space and may make the left menu scrollbar to appear, and thus reduce usability.
1 parent 80c2f39 commit fcd8cc9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/* hide "Made with Material" footer */
2+
.md-footer-meta {
3+
display: none;
4+
}

mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ theme:
2020
features:
2121
- tabs
2222
- navigation.tabs
23+
- navigation.tabs.sticky
2324
- navigation.sections
2425

2526
plugins:
@@ -48,6 +49,9 @@ plugins:
4849
Menu-System.md: Developers/Menu-System.md
4950
Contributing-Services.md: Developers/index.md
5051

52+
extra_css:
53+
- style.css
54+
5155
markdown_extensions:
5256
- admonition
5357
- pymdownx.superfences

0 commit comments

Comments
 (0)