Dropdown Panel Position
I’m using Multi-Tenancy in my application. Recently, I switched the navigation to Top Navigation, but the tenant dropdown panel is not clearly visible — it appears to be opening upwards.
How can i fix this.

Solution:Jump to solution
It's either a bug or you have some issues with the assets. Did you publish Filament views? You can check via
php artisan filament --only=about
.
Otherwise, try republishing your assets php artisan filament:assets
...1 Reply
Solution
It's either a bug or you have some issues with the assets. Did you publish Filament views? You can check via
php artisan filament --only=about
.
Otherwise, try republishing your assets php artisan filament:assets