From 90907bdeec0d18e9d9cf1abe5eea4268b03d39e4 Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 26 Feb 2020 21:52:11 +0100 Subject: [PATCH] "fixed" navbar (in the sense of mounting, not repairing) --- threadr/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/threadr/style.css b/threadr/style.css index f86b922..31984f6 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -249,6 +249,10 @@ ul.topnav { list-style-type: none; margin: 0; padding: 0; + position: fixed; + left: 0; + top: 0; + width: 100%; overflow: hidden; background-color: #001858; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);