fix(NavigationMenu): remove negative mb causing overflow issues

This commit is contained in:
Benjamin Canac
2025-01-29 14:51:11 +01:00
parent 995e07d6ff
commit 0e46c3e8cf
3 changed files with 60 additions and 61 deletions

View File

@@ -118,7 +118,6 @@ export default (options: Required<ModuleOptions>) => ({
orientation: 'horizontal',
highlight: true,
class: {
item: '-mb-px',
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']
}
}, {