Skip to content

Commit 0e46c3e

Browse files
committedJan 29, 2025·
fix(NavigationMenu): remove negative mb causing overflow issues
1 parent 995e07d commit 0e46c3e

File tree

3 files changed

+60
-61
lines changed

3 files changed

+60
-61
lines changed
 

‎src/theme/navigation-menu.ts

-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ export default (options: Required<ModuleOptions>) => ({
118118
orientation: 'horizontal',
119119
highlight: true,
120120
class: {
121-
item: '-mb-px',
122121
link: ['after:absolute after:-bottom-2 after:inset-x-2.5 after:block after:h-px after:rounded-full', options.theme.transitions && 'after:transition-colors']
123122
}
124123
}, {

‎test/components/__snapshots__/NavigationMenu-vue.spec.ts.snap

+30-30
Large diffs are not rendered by default.

‎test/components/__snapshots__/NavigationMenu.spec.ts.snap

+30-30
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.