So, the easiest way to solve that (spent one day trying to manually correct positions of tooltips, drag areas, modalbox etc), was to put webix app inside an iframe, same as this topic
But it would be fun if in the future, webix could propose a zoom option, for all webix components and layout. Some property called zoom, something like :
webix.ui({
type:"wide",
zoom:0.8,
rows:[
{...}, {...}
]
});
What do you think ? That would solve this topic as well ![]()