From 4084529804357484a39edc8b45f6361b69b64ca9 Mon Sep 17 00:00:00 2001 From: flambus Date: Mon, 2 Mar 2020 08:14:04 +0100 Subject: [PATCH] temorarily removed fixed navbar --- threadr/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/threadr/style.css b/threadr/style.css index 31984f6..8ed6301 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -249,9 +249,10 @@ ul.topnav { list-style-type: none; margin: 0; padding: 0; - position: fixed; + /*position: fixed; left: 0; top: 0; + */ width: 100%; overflow: hidden; background-color: #001858;