F
Filament4d ago
3rgo

topNavigation dropdown not showing after v4 upgrade

Hey guys ! Just performed the v4 update on an app, and got a troubling issue. My app uses topNavigation and the dropdown navigation groups "don't open". Resources are properly registered because disabling topNavigation show everything as it should be on left navbar. Looking at the DOM inspector, I can see the issue : when dropdown opens it's outside the viewport with a negative CSS top value. First screen is dropdown closed (display: none;), second one is dropdown open (display: block; left: 341.727px; top: -105.586px;) I tried everything I could think of : - Custom theme reset - Delete published resources in /public - NPM update - php artisan filament:upgrade - Clear browser cache Nothing worked. Any help appreciated
No description
5 Replies
3rgo
3rgoOP4d ago
Here's the second screenshot (missing from previous message)
No description
toeknee
toeknee4d ago
Did you migrate the tailwind config?
3rgo
3rgoOP4d ago
yep this does not appear to be an issue with Tailwind, because everything else works
toeknee
toeknee4d ago
Do you have any filament views overridden?
3rgo
3rgoOP4d ago
No, just custom views/components and plugin views :
No description

Did you find this page helpful?