I'm trying to make my web app behave a bit more like a desktop app, where rather than letting the browser window scroll, the components are laid out to fit vertically and any scrolling is done within the components.
I know I can do this raw with CSS flexbox, but I'd like to know the best practice for doing this with Kendo UI components. It's not clear to me where to change styles and attributes to achieve this type of layout.