Empty Space in footer
Hello am facing this problem in some create / edit pages
Any one fixed this problem ?
12 Replies
I haven't fixed it, but also have the same it's down to certain field types within the form....
yeah i also have like this darker rectangle in a lot of modals when using dark mode, idk why. neither if it's actually expected or not. using light mode, that rectangle disappears
I believe that's header/footer differences. Try runing php artisan filament:upgrade
But also, looks like you have a custom colorway going on
in my case i havent modified the colors, just added a custom color in the admin panel provider
ill try filament:upgrade
edit: i did filament:upgrade, nothing changed
For the whitespace I'm going to review it more It does resolve after clicking around
if i click around it stays the same
I'm using tabs i think it's down to a field type
Yep the select field is causing it, likely how the select options are done
r u sure? in my case im using a
TextInput
+ a DateTimePicker
anything elseNot sure but my diagnosis for my issue, yours will likely be the datetimepicker as it has popup data
In a custom theme try and add:
in my case is this. so yeah in the case of the modals seems intended
if i comment it, the modal is shown like this
I fix it by comment from plugins custom theme