Skip to content

Commit

Permalink
fixing navbar: dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulmajidrefindo committed Nov 1, 2023
1 parent f642255 commit 57bd7d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/navbar/NavbarFixed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ const { data: categoriesEvents } = await useFetch('/api/categories', {
}
.dropdown-menu {
margin-top: 12px;
/* margin-top: 12px; */
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/navbar/NavbarSticky.vue
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ const { data: categoriesEvents } = await useFetch('/api/categories', {
}
.dropdown-menu {
margin-top: 13px;
/* margin-top: 13px; */
/* width: fit-content; */
height: auto;
overflow: auto;
Expand Down

0 comments on commit 57bd7d6

Please sign in to comment.