This style will be applied only if you are creating some view directly on document.body ( In that case Webix assumes that you are creating a full-screen app ). So the style must not be applied if you just creating an uploader.
Also, the same code that add html, body css rule, adds webix_full_screen class to the document body, which must add overflow:hidden to the body, thus preventing the scrolls on a document.
Can you share a demo or a snippet where styles are applied incorrectly.