How to set margins to zero

Hi,

In latest version of Vaadin, I’ve found that to get rid of margins it is enough to simply replace:

window.addContent(root);

with:

window.setContent(root);