Describe the bug
Reproducible when changing the default value of the $kendo-default-typography SCSS variable (which behind-the-scenes updates --kendo-font-size and --kendo-font-size-md).
Demo here: https://stackblitz.com/edit/xubcnj89-9rzptkk9?file=index.html (observe the CSS in index.html)
To Reproduce
Steps to reproduce the behavior:
- Set $kendo-default-typograpphy (in SCSS) to have font-size of 13px OR directly set --kendo-font-size to 13px
- Observe the minutes missalignment during scrolling (as per the screenshot below)
Expected behavior
The container calculation should probably be based on the document font-size rather than the internal Kendo variables.
Screenshots
Browser
Additional context
RFeproducible with Q1 2026, Q4 2025
Reported through ticket 1709833
Describe the bug
Reproducible when changing the default value of the
$kendo-default-typographySCSS variable (which behind-the-scenes updates--kendo-font-sizeand--kendo-font-size-md).Demo here: https://stackblitz.com/edit/xubcnj89-9rzptkk9?file=index.html (observe the CSS in index.html)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The container calculation should probably be based on the document
font-sizerather than the internal Kendo variables.Screenshots
Browser
Additional context
RFeproducible with Q1 2026, Q4 2025
Reported through ticket 1709833