Skip to content

Commit

Permalink
fix-#308
Browse files Browse the repository at this point in the history
Signed-off-by: 2003Aditya <[email protected]>
  • Loading branch information
2003Aditya committed Jul 1, 2024
1 parent de0f46c commit 94917da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion assets/scss/_navbar_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,10 @@
}
}
.dropdown{
position: static;
position: relative;
display: inline-block;
}

.dropdown:hover .dropdown-menu{
display: block;
}
2 changes: 2 additions & 0 deletions layouts/partials/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
>
Products
</span>
<div class= "dropdown-menu">
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a
class="dropdown-item"
Expand Down Expand Up @@ -106,6 +107,7 @@
<span>Nighthawk</span></a
>
</div>
</div>
</li>

<!-- <li class="nav-item">
Expand Down

0 comments on commit 94917da

Please sign in to comment.