mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 23:11:43 +01:00
fix(NavigationMenu): remove negative mb causing overflow issues
This commit is contained in:
@@ -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']
|
||||
}
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user