From 46eed1c22358225c73b73959d67d3f553422479b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rn=20A=CC=8Ane?= Date: Tue, 13 Feb 2018 16:07:28 +0100 Subject: [PATCH] Make navbar absolute positioned, so it scrolls --- www/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/css/style.css b/www/css/style.css index 34559e7..370fb1b 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -26,7 +26,7 @@ nav, #menu { padding: 0; } nav { - position: fixed; + position: absolute; width: 100%; top: 0; left: 0; @@ -74,7 +74,7 @@ nav li.active, nav li:hover { @media(max-width: 800px){ nav #menu, nav #menu li.active, nav #menu_toggle, nav #menu:target li.active a, nav #login { - position: fixed; + position: absolute; } nav {