DropDown Problem with css transform (translateX at least)

Hello,

I used css transforms (translateX) in some divs and after that RadzenDropDowns contained in div do not open correctly.
I have seen in Radzen.Blazor.js, you make some calculations to ajust dropdown panel because you use fixed position instead of absolute.

You can test it in Demo in /dropdown adding in first div style="transform:translateX(-1%)" as you can see in photo

imagen

thank you in advanced

It will be fixed in one of the next updates.

Just published Radzen.Blazor 2.2.0 with fix for this!

@enchev,

It works like a charm!!!! :clap: :clap:

thank you so much!