Dropdown width overflow
So I have an issue with my dropdowns where they would take more than the full width of my screen. I have no idea what could cause this. I have no custom styling or anything.
How to fix this?


Solution:Jump to solution
- Are you on the latest version?
- Did you run
artisan filament:upgrade
after updating?
- Did you publish views? If yes: Remove them...3 Replies
Solution
- Are you on the latest version?
- Did you run
artisan filament:upgrade
after updating?
- Did you publish views? If yes: Remove themThanks for your answer, I just found the solution!
running
composer require filament/upgrade:"^3.2" -W --dev
fixed the issue!Probably because it upgrade Filament through
-W
. The upgrader doesn't have any effect on your panel.