Skip to content

Commit

Permalink
FIX- Dropdown in Navbar Not Visible on Hover layer5io#308
Browse files Browse the repository at this point in the history
Signed-off-by: 2003Aditya <[email protected]>
  • Loading branch information
2003Aditya committed Jul 5, 2024
1 parent 4b9b7b7 commit e743abd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scss/_navbar_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
display: block;
}
.dropdown-menu {
transform: translate(-15%, 0rem) !important;
transform: translate(-15%, 0rem);
}
}
}
.dropdown-menu {
padding: 0;
transform: translate(-15%, 2.5rem) !important;
transform: translate(-15%, 2.5rem);
border-radius: 0;
.dropdown-item {
height: 5rem;
Expand Down

0 comments on commit e743abd

Please sign in to comment.