From 4126c05ed4b005294e542577b7ef61045ce3f03e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Sun, 28 Apr 2024 23:02:09 +0200 Subject: [PATCH] Change navbar styling a bit --- assets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/style.css b/assets/style.css index b5e3fc8..9ccdf0a 100644 --- a/assets/style.css +++ b/assets/style.css @@ -442,6 +442,7 @@ div#articleslist>article{ width: inherit; box-sizing: content-box; transition-delay: .1s; + position: fixed; } .navsite_item:not(:hover) .navpage_list { transition-delay: .1s;