From 34b141737fad10d3f37caebb085222df4339254c Mon Sep 17 00:00:00 2001 From: sourabbanka22 Date: Thu, 7 May 2020 17:24:41 +0530 Subject: [PATCH] fix: styling the Navbar to make it Sticky Styling the Navbar to make it Sticky so as to cover the Empty Top-Left Corner of the Webpage after Scrolling fix #319 --- src/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.css b/src/index.css index a11f30cfa9..8cf5dff642 100644 --- a/src/index.css +++ b/src/index.css @@ -70,6 +70,8 @@ code { .navbar { z-index: 1000; + position: sticky; + top: 0; } .navbar .form-control {