From abdf822d0ef34086f2f006e835f6e712e110d18c Mon Sep 17 00:00:00 2001 From: sa6anw Date: Sun, 11 May 2025 08:07:57 +0000 Subject: [PATCH] Fix --- docs/stylesheets/extra.css | 6 ++++++ mkdocs.yml | 1 + 2 files changed, 7 insertions(+) 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'