CSS Problems
Hey everyone, i have some issues with the css in v4. Like input fields are not rendered correctly and there are some overlapping. images are attached. I already reload the assets but unfortunately without success.
Would be great, if someone could help.


Solution:Jump to solution
I found the problem. It was a css file in one of my own plugins. So, thanks for the advice, helped me a lot.
12 Replies
With "Reload Assets" you mean
artisan filament:assets
?
Do you have a custom theme?Yes, i mean filament:assets.
No, i do not have any custom themes. I mean, the problems starts already with the login inputs fields.
Any published view files for Filament?
No, i do not have any published views.
I had a similar issue with a plugin using tailwindcss v3. The problem gone after updating it to v4.
How did you find out which plugin it was?
Because it was one of my own
And I only had two plugins installed
doesn't filament ship with a complete prebuilt css file so surely there's a custom theme or a plugin is adding some really weird styles 🤔
Someone else was having issues with plugins. So check those.
Yes, thanks for the advice, i will check it.
Solution
I found the problem. It was a css file in one of my own plugins. So, thanks for the advice, helped me a lot.
Nice! That was my problem, too! I had a plugin that hadn't updated to tailwind4 and that css file was messing up everything