Kinetic standard interface is overflowing (Time and Expense entry)

I’m using 2025.2.19 version. Time and Expense Entry standard with no Kinetic Application and I find that some fields are overflowing on Detail tab.


I created an EpicCare support for this case, and I can zoom out the screen to about 80% without the overflow issue.

Is anyone else experiencing a similar issue?

Hi,

This looks like it is being caused by the max-height: 100vh on the element
(selector: #pcBody > div.ep-content.ng-star-inserted).

check window.innerHeight in the browser, it returns 728px.

inspect the element, it’s height is 728px.

remove the max-height property, the issue is gone because the element can now stretch (it’s height grows).

checked later version (2026.100.x), and it looks like the max-height is no longer present on the element.