diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index ae777e9..8db725a 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -38,4 +38,10 @@ transition: opacity 0.3s ease; } + .md-header { + position: sticky !important; + top: 0 !important; + transform: none !important; + transition: none !important; + } \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 90fd411..488cc5f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -15,6 +15,7 @@ nav: - Smokeping: services/smokeping.md theme: name: 'material' + language: sv font: text: 'Ubuntu'