Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix: styling the Navbar to make it Sticky (#2057)
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabbanka22 committed May 11, 2020
1 parent b159d7a commit 11e4de8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ code {

.navbar {
z-index: 1000;
position: sticky;
top: 0;
}

.navbar .form-control {
Expand Down

1 comment on commit 11e4de8

@vercel
Copy link

@vercel vercel bot commented on 11e4de8 May 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.