From 82e8eb68b7e90807b5d0e6f83ee2d5640dc11621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Tue, 6 Feb 2024 20:21:59 +0100 Subject: [PATCH] fix navpages --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index bf14160..44951fe 100644 --- a/assets/style.css +++ b/assets/style.css @@ -138,7 +138,7 @@ ul.navpage_list margin-top:10px; max-height:0; overflow:hidden; - position:relative; + position:fixed; transition:max-height .3s ease, border .325s ease; z-index:2; }