F
Filament16mo ago
Tur

Pagination overlapping

Hello, any1 have an issue with pagination overlapping ? I saw the PR with fix merged but still i Have the "filament/filament": "^3.0-stable", and problem is still there
No description
5 Replies
Dennis Koch
Dennis Koch16mo ago
What's your Filament version? php artisan about
Tur
TurOP16mo ago
3.0.74
Dennis Koch
Dennis Koch16mo ago
You did run artisan filament:upgrade?
Tur
TurOP16mo ago
yes I did tried clearing views cache, browser cache as well
DrByte
DrByte16mo ago
Can you replicate this in a new filament project? (ie: perhaps trying to recreate it from fresh will reveal where you might have some custom styling or certain settings in place that are causing it ... and either you'll be able to fix that for your own project, or you will find a bug elsewhere in Filament for which a fix can be made ... but a very simple basic repository that recreates the problem will be very beneficial for that.) The filamentphp/demo project could be a faster place to start.

Did you find this page helpful?