Skip to content

Commit

Permalink
fixed overlapping of nav components (#99)
Browse files Browse the repository at this point in the history
Signed-off-by: Kartikay <120778728+kartikaysaxena@users.noreply.github.com>
Signed-off-by: Kartikay <kartikay_2101ce32@iitp.ac.in>
Co-authored-by: Hrishav <hrishav.kumar@harness.io>
  • Loading branch information
kartikaysaxena and hrishavjha authored May 14, 2024
1 parent 58094a1 commit 781fe22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/scss/Navbar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ div.navbarContFluidScrolled {
}

div.navbarContFluid {
z-index: 40;
z-index: 45;
position: sticky;
width: 100%;
top: 0;
Expand Down

0 comments on commit 781fe22

Please sign in to comment.