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.
No description
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...
Jump to solution
1 Reply
Solution
Dennis Koch
Dennis Koch3d ago
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

Did you find this page helpful?