Skip to content

Commit

Permalink
Merge pull request #315 from 2003Aditya/develop
Browse files Browse the repository at this point in the history
FIX- Dropdown in Navbar Not Visible on Hover #308
  • Loading branch information
sudhanshutech committed Aug 28, 2024
2 parents bb6bdff + e743abd commit 0e24acc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion assets/scss/_navbar_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,19 @@
color: $primary !important;
}

@media (min-width: 768px) {
&:hover {
.dropdown-menu {
display: block;
}
.dropdown-menu {
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 0e24acc

Please sign in to comment.