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
toeknee2w ago
Submit a re-production repo to github with an issue, it looks like we need a position/index fix.
Dennis Koch
Dennis Koch2w ago
I think this is a known issue with no proper solution right now
toeknee
toeknee2w ago
Ahh ok, I do remember fixing it in my own CSS but it was probably a bit hacky hehe
Vp
Vp2w ago
I've submit an issue before (https://github.com/filamentphp/filament/issues/9388) but it seems no solution atm
toeknee
toeknee2w 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
Tetracyclic2w 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?