FilamentF
Filament3w 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
image.png
Was this page helpful?