From f8a55f84fa809456076bc5d6c7046aefcb203e52 Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Fri, 10 Nov 2023 12:17:11 +0530 Subject: [PATCH] Fix mkdocs navbar shadow --- docs/docs/content/static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/content/static/style.css b/docs/docs/content/static/style.css index 5bc84f15..e10ed646 100644 --- a/docs/docs/content/static/style.css +++ b/docs/docs/content/static/style.css @@ -103,3 +103,7 @@ by accommodating for the fixed-header's height */ margin: 60px 0; display: block; } +.md-header--shadow { + box-shadow: 0 4px 3px #eee; + transition: none; +} \ No newline at end of file