Hi Scott,
Seems to have something to do with display: inline-block; and its positioning specifics (like the white spaces that can't be easily hidden). I couldn't find exactly what causes it, but you can remove it with some negative positioning, like this:
.km-scrollview > div > [data-role="page"]:first-child,
.km-scrollview > div > [data-role="page"]:last-child
{
position: relative;
top: -55px;
}
Kind regards,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!