[Solved] CSS zoom support with popup components

1 Answer 7 Views
AnimationContainer DropDownList
Monja
Top achievements
Rank 1
Monja asked on 27 Jul 2026, 12:23 PM

Hi,

I'm using the CSS zoom property to scale my website and initially noticed that popup-based Telerik components (e.g. DropDownList) were misaligned.

After some investigation, I found that this happens when the zoom is applied to a root element that also contains the animation containers. The issue can be worked around by explicitly excluding .k-animation-container from the zoom and explicitly applying the zoom property to its child animation containers (.k-child-animation-container). After doing that, popup positioning appears correct again and content and popup contents are scaled correctly.

Given that zoom is supported by all major browsers according to Can I Use (https://caniuse.com/css-zoom), I'm wondering:

  • Is CSS zoom officially supported by Telerik UI for Blazor?
  • Is the need to handle .k-animation-container and its child contents separately expected behavior, or is there a better, recommended approach?

Thanks!

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 28 Jul 2026, 06:24 AM

Hello Monja,

Indeed, currently we do not take into account CSS zoom styles for our popup positioning. Sorry about that. We have a relevant feature request that you can follow. I already voted on your behalf:

Popup position with different zoom levels

Regards,
Dimo
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
AnimationContainer DropDownList
Asked by
Monja
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or