help fix Select filter UI

is there a way to fix the select dropdown? where there is no records half of it get hidden like in the image
No description
6 Replies
toeknee
toeknee9mo ago
Submit a re-production repo to github with an issue, it looks like we need a position/index fix.
Dennis Koch
Dennis Koch9mo ago
I think this is a known issue with no proper solution right now
toeknee
toeknee9mo ago
Ahh ok, I do remember fixing it in my own CSS but it was probably a bit hacky hehe
Vp
Vp9mo ago
I've submit an issue before (https://github.com/filamentphp/filament/issues/9388) but it seems no solution atm
toeknee
toeknee9mo ago
try:
.fi-ta > .fi-ta-ctn {overflow:visible !important;}
.fi-ta > .fi-ta-ctn {overflow:visible !important;}
I have a feeling this may cause other issues however.
Tetracyclic
Tetracyclic9mo ago
A better solution for this site might be to arbitrarily increase the height of the "No results" response to match however long it needs to be for that specific site?

Did you find this page helpful?