From 49a15c8929523fd72dcc5d6dff16d118d0c879e7 Mon Sep 17 00:00:00 2001 From: sapiensFactor Date: Mon, 3 Apr 2023 05:26:36 +0530 Subject: [PATCH] made navbar sticky --- static/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index b27930a4..8b146ed0 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -138,6 +138,9 @@ nav.navigation { margin: 0 auto; text-align: right; z-index: 100; + top: 0; + right: 0; + position: fixed; } nav.navigation a { @@ -245,6 +248,8 @@ nav.navigation a.button { .main { width: 100%; margin: 0 auto; + position: relative; + top: 50px; } /* profile */