Skip to content

Commit

Permalink
FIX- Dropdown in Navbar Not Visible on Hover #308
Browse files Browse the repository at this point in the history
Signed-off-by: 2003Aditya <[email protected]>
  • Loading branch information
2003Aditya committed Jul 3, 2024
1 parent 111d864 commit e39f574
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions assets/scss/_navbar_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@
.current {
color: $primary !important;
}

&:hover {
.dropdown-menu {
display: block;
}
}
.dropdown-menu {
padding: 0;
transform: translate(-15%, 2.5rem) !important;
transform: translate(-15%, 0rem) !important;
border-radius: 0;
.dropdown-item {
height: 5rem;
Expand Down

0 comments on commit e39f574

Please sign in to comment.