From b0ebdc6a6c70bc91b09a0bf0a84547869208143d Mon Sep 17 00:00:00 2001 From: Devrup Chowdhury Date: Wed, 23 Oct 2024 01:59:55 +0530 Subject: [PATCH] Added sticky navbar for proper functioning of the website and it will look pleasing to the user --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index 1322236d..d8bf18e6 100644 --- a/css/style.css +++ b/css/style.css @@ -79,6 +79,10 @@ header { color: #fff; padding-top: 20px; background: #d3360b; + position: sticky; + top: 0; + overflow: hidden; + z-index: 1; } header .container .visible-desktop {