Since upgrading to 2019.2.514, all Kendo ListViews have the following styling added:
overflow-y: scroll; position: relative;
Please explain the purpose and the best way to turn off.
<style> .k-widget.k-listview { overflow-y: visible !important; position: static !important; } </style>