From 11e4de80fc2d36d5fdeacdf24466db14de10eb30 Mon Sep 17 00:00:00 2001 From: Sourab Banka <58421086+sourabbanka22@users.noreply.github.com> Date: Tue, 12 May 2020 01:14:48 +0530 Subject: [PATCH] fix: styling the Navbar to make it Sticky (#2057) --- src/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.css b/src/index.css index 6cd0084c92..bd5338ff8f 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 {