Scrolling issue with HTMLform

I’m trying to embed a form within the HTMLform component using the content property. When doing so my browser (any browser) loses the ability to scroll. You can see this happen with the online sample (“Initialization in Document Body”), just resize your browser so it’s smaller than the form:

http://docs.webix.com/samples/11_htmlform/01_htmlform_body.html

Is this a bug in webix? I’m including the library via CDN. Thanks.

You can

a) set scroll styles for the HTML container of the form
http://webix.com/snippet/d859e0c9

b) or you can use a scrollview
http://webix.com/snippet/2130501c