CodeBeamOrg / CodeBeam.MudBlazor.Extensions

Useful third party extension components for MudBlazor, from the contributors.
https://mudextensions.codebeam.org/
MIT License
367 stars 62 forks source link

MudSelectExtended search bar shows elements above it #223

Closed MatthijsVollenbroek closed 1 year ago

MatthijsVollenbroek commented 1 year ago

Good afternoon,

I have another issue that I noticed: the search bar moves too low and seems to hover over the items: image I have a solution for this in my code by adding the following css: .mud-list-subheader-extended { top: -8px !important; }

But it is not the most clean solution I think. Maybe this is something you are aware and working on but I thought to share it here as well!