Skip to content

Commit

Permalink
fix: dropdown top
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulmathur16 committed Dec 17, 2024
1 parent d925bbf commit b3a9e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ span.token.tag.script.language-javascript {
border: 1px solid #e7e7e7;
border-radius: 8px;
gap: 8px;
top: calc(100% - var(--ifm-navbar-item-padding-vertical) + 0.7rem);
top: calc(100% - var(--ifm-navbar-item-padding-vertical) + 0.3rem);
}

.navbar__item.dropdown {
Expand Down

0 comments on commit b3a9e55

Please sign in to comment.